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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...