Splunk Search

I want to write ".......some text Unable to reach on port some text ...." using a splunk query

tusharsappal
Explorer

I want to write ".......some text Unable to reach on port <1234> some text ...." using a splunk query , how will I be doing this .

Tags (2)
0 Karma

gfuente
Motivator

Hello

First you should create the query to get the servername and port data, like:

... | stats count by servername, port 

And then make eval to concatenate text with servername and port like:

...| eval message = ".......some text Unable to reach " .servername. " on port " .port. " some text..."

Regards

0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...