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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...