Splunk Enterprise

Escape character in splunk

leandromatperei
Path Finder

Hello friends. I have the log file below and I need to extract exactly the specified value from a line

 

attr_itx_is_online [int] = 0
attr_itx_is_locked [int] = 0
attr_itx_workbin_type_id [str] = "TESTE"
attr_itx_agent_id [str] = "TESTE_OLSONJU_6628"
attr_itx_received_at [str] = "2020-09-22T17:45:01Z"
attr_itx_submitted_at [str] = "2020-09-22T17:45:51Z"
attr_itx_delivered_at [str] = "2020-09-22T18:47:06Z"
attr_itx_placed_in_queue_at [str] = "2020-09-22T17:46:06Z"

 

 
I need to capture the values ​​that have this beginning and the date starts with attr_itx_submitted_at [str] ="2020-05"

it's possible ?

Labels (1)
Tags (1)
0 Karma

thambisetty
SplunkTrust
SplunkTrust

Events you posted is single event or multi events?

do you want to apply search filter to see only events that are matched with you keyword given by you or you want to extract the value to new field?

————————————
If this helps, give a like below.
0 Karma

leandromatperei
Path Finder

Hello, there are multiple events, but what interests me are these events "attr_itx_submitted_at [str] ="

I want to see only the results where this string contains the date 20-05

Attached I am sending you how these events are seen in the log. Tha is, "attr_itx_submitted_at [str] = "2020-05-*""

attr_itx_submitted_at [str] = "2020-09-22T19:40:46Z"
attr_itx_submitted_at [str] = "2020-09-22T19:40:46Z"
attr_itx_submitted_at [str] = "2020-09-22T19:40:46Z"
attr_itx_submitted_at [str] = "2020-09-22T19:40:46Z"
attr_itx_submitted_at [str] = "2020-09-22T19:40:46Z"
attr_itx_submitted_at [str] = "2020-09-22T19:52:16Z"
attr_itx_submitted_at [str] = "2020-09-22T19:52:16Z"
attr_itx_submitted_at [str] = "2020-09-22T19:52:16Z"
attr_itx_submitted_at [str] = "2020-09-22T19:52:05Z"
attr_itx_submitted_at [str] = "2020-09-22T19:52:05Z"
attr_itx_submitted_at [str] = "2020-09-22T19:52:05Z"
attr_itx_submitted_at [str] = "2020-09-22T19:52:05Z"

 

0 Karma
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...