Splunk Search

Splunk Search
Community Activity
bijodev1
Hi There, I am looking to produce an output where the field with maximum count is display based on another field. for...
by bijodev1 Communicator in Splunk Search 03-02-2022
0 3
0
3
msmith58
Here is the SPL:   index=name reqHost="host" | rex field=cookie "care_did=(?<care_did>[a-z0-9-]+)" | rex field=cookie...
by msmith58 Explorer in Splunk Search 03-02-2022
0 5
0
5
jip31
hiI use a lookup with a field corresponding to a site name| inputlookup site.csv | search site=*paris* In this lookup...
by jip31 Motivator in Splunk Search 03-02-2022
0 2
0
2
mscomms
Hi All, Splunk Enterprise 8.2.4 Clustered I have an issue where I have an existing app with a lookup listing all devi...
by mscomms Path Finder in Splunk Search 03-02-2022
0 12
0
12
tazzvon
is there anyway to create a file with a list of IP's that i can use in the search field? i am trying to search for IP...
by tazzvon Engager in Splunk Search 03-02-2022
0 3
0
3
saravana22
Hi Experts, my SPL query, ...| eval elapse_range=case(TOTAL_ELAPSE>0 AND TOTAL_ELAPSE<4, "Green",TOTAL_ELAPSE>4 AND T...
by saravana22 Explorer in Splunk Search 03-02-2022
0 3
0
3
jip31
hello   I use this timechart   index=tutu sourcetype=titi | timechart span=15min dc(s) as "Uniq"    Now i would like...
by jip31 Motivator in Splunk Search 03-02-2022
0 10
0
10
gaishi
Hello all,I'd like to compare events in the same log files, amusing the format of the events are the same. For exampl...
by gaishi New Member in Splunk Search 03-02-2022
0 2
0
2
bijodev1
Hi There,I have got some results in after running the below commandmy search | | bucket _time span=1h| stats count by...
by bijodev1 Communicator in Splunk Search 03-02-2022
0 2
0
2
rip_leroi
I'm attempting to build a search around Okta authentication logs.  I want to run a query to check for any Multi facto...
by rip_leroi Explorer in Splunk Search 03-02-2022
0 1
0
1
7ryota
hi, i a total newbiei need to do a search in splunk matching the domain in my lookup table (master_lookup.csv)my tabl...
by 7ryota Explorer in Splunk Search 03-02-2022
0 5
0
5
auzark
My dilemma. index=prod_s3  sourcetype=My_Sourcetype earliest=-30m(host=2016) OR (host=2018) OR(host=2015) OR (host=20...
by auzark Communicator in Splunk Search 03-02-2022
0 12
0
12
Stuartb_
Hello, I have a search that runs in the web application interface (Splunk Enterprise). It returns results as and when...
by Stuartb_ New Member in Splunk Search 03-01-2022
0 0
0
0
ejwade
I'm trying to create a calculated field (eval) that will coalesce a bunch of username fields, then perform match() an...
by ejwade Contributor in Splunk Search 03-01-2022
0 0
0
0
hackwerks
Hello everyone. I'm trying to find the most efficient way to filter results for a list of values that may have a matc...
by hackwerks Engager in Splunk Search 03-01-2022
1 3
1
3
sangs8788
Hi Guys,I am having a query which would result as below,The above shows count by xyz for the user selected timerange....
by sangs8788 Communicator in Splunk Search 03-01-2022
0 5
0
5
Jackiifilwhh
BackgroundIn my system, every visit consist of one or more transactions and every has its global serial number, which...
by Jackiifilwhh Path Finder in Splunk Search 03-01-2022
0 7
0
7
mrunalaghara
 I am performing theSplunk query on following result, The following field repeats 100 times with different values ran...
by mrunalaghara Loves-to-Learn in Splunk Search 03-01-2022
0 8
0
8
santosh1
So I want to create an alert if one of our server is not connected, but the server disconnects automatically for ever...
by santosh1 Explorer in Splunk Search 03-01-2022
0 2
0
2
bijodev1
Hi There, I am trying to get the an hourly stats for each status code and get the percentage for each hour per status...
by bijodev1 Communicator in Splunk Search 03-01-2022
0 6
0
6
zacksoft_wf
| lookup update=true SpamIntel_by_email_subject subject OUTPUT| lookup update=true SpamIntel_by_email_subject_wildcar...
by zacksoft_wf Contributor in Splunk Search 03-01-2022
0 5
0
5
sdhiaeddine
Hi,I need to filter my query for a specific field_value. The working query is as follow:index=_index (field_value="va...
by sdhiaeddine Explorer in Splunk Search 03-01-2022
0 3
0
3
gitingua
Hello dear colleagues, has anyone encountered this error, I checked search.log for inconsistent metadata. Help me dec...
by gitingua Communicator in Splunk Search 03-01-2022
0 2
0
2
kbohlken
I have a small environment.  I have 3 users that are allowed to login to a particular server.  If I search: index=<in...
by kbohlken Observer in Splunk Search 02-28-2022
0 3
0
3
sahana
Hi  I have a panel with query below index=int_166167 env = SIT appName="GCR" message="Post Login*"| bucket _time span...
by sahana Engager in Splunk Search 02-28-2022
0 1
0
1
Get Updates on the Splunk Community!

Deep insights, no barriers: Splunk Observability Cloud Free Edition

As software delivery cycles continue to accelerate, observability shouldn’t be a luxury — it should be a ...

Monitoring AI Agents with Splunk Observability Cloud

Let’s say I’m running a travel planning AI app in production. A user asks for three concise hotel options in ...

[Puzzles] Solve, Learn, Repeat: Tiling

This puzzle (first published here) is based on finding groups of tessellated tiles (inspired by floor tiles I ...
Top Solution Authors