...ddress in one section, but automatically search for all formats shown. Any guidance would be appreciated. BTW, this is a local Splunk installation. (Please ignore the "xxxx".) | m...
Hello Gurus~!
Any security users have integrated Splunk with Check point R75.xx version of Hardware?
We think the base protocol structure would not change, but if anyone have experience with an...
For me the below stats sum(count) by Asset_status provies no results .
eval Asset_status= if(Asset_Class=Server OR Asset_Type_Name=Server OR Asset_Class="" ,"Server",if( Asset_Class="eskto" OR Ass...
...dashboard with a form input field for the decimal user ID.
This is what I was thinking:
| eval userid_hex=tonumber("",16) | search index=xx sourcetype=xx userID=userid_hex | transaction m...
Hello everyone,
Pretty new to Splunk and, to be honest, I'm going under in work so I don't have time to work myself in a lot 😕 and so I hoped someone could help me with something, I somehow could...
Can Some one suggest the best approach to follow while migrating the Knowledge Objects from a existing Search head cluster running on 7.0.x version to a new Search head cluster running on 7.3.0 versi...
Hi,
I want to look at the format for a number of hosts that are using the same sourcetype (I suspect that the format is different per host). Is there a way to do that?
Something like:
Host ...
I have a search query that reads as follows:
.....| eval time_sec = round(time_taken/1000)
| chart max(time_sec) as max_response_time by cs_uri_stem
| where max_response_time > xx
w...