All Apps and Add-ons

How to display last connection status in a chart?

pratapak
Explorer

Hello, I am pretty new to splunk and not having much knowledge. Please help me

Problem Statement:
I have 3 log statements

log.info( "Connecting ..." );
log.info( "Connect or create consumer failed with exception", connectException );
log.info( "Retry connecting in {}ms ...", 1000 );

For every 10 mins 1 want to display connection status. How would I do that? I tried below and it's not working

Connecting ... | timechart count(message) by message usenull=f useother=f

Thanks in advance

0 Karma
1 Solution

hcheang
Path Finder

Try

Connecting OR "Connect or create consumer failed with exception" OR "Retry connecting in"
| timechart span=10min first(message) as message

View solution in original post

hcheang
Path Finder

Try

Connecting OR "Connect or create consumer failed with exception" OR "Retry connecting in"
| timechart span=10min first(message) as message

pratapak
Explorer

@hcheang Thanks

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...