Splunk Search

Splunk Search
Community Activity
bigchungusfan55
I've been tasked with developing my organization's asset and identity lookups for Splunk ES.I am using managed lookup...
by bigchungusfan55 Explorer in Splunk Search 10-07-2025
0 2
0
2
ww9rivers
I created a search filter that looks like this:(index=web NOT status=404) OR (index!=web)which works to limit the rol...
by ww9rivers Contributor in Splunk Search 10-06-2025
0 9
0
9
daniel333
All, Is it possble to display a list of fields for an index? Something like this? index=java | dedup fields | ta...
by daniel333 Builder in Splunk Search 10-02-2025
1 13
1
13
brent_weaver
I am reading the documentation to create a simple search script: #!/usr/bin/env python import os import sys import ...
by brent_weaver Builder in Splunk Search 10-02-2025
0 1
0
1
GattyBiggz
index="*azure*" UserId="*#EXT#*" earliest=-300d@d latest=now| eval activity_time = coalesce(strptime(CreationTime, "%...
by GattyBiggz Loves-to-Learn in Splunk Search 10-01-2025
0 12
0
12
NanSplk01
| rest splunk_server=* /services/data/indexes| fields title currentDBSizeMB lastIngestTime| eval Bytes = round(coales...
by NanSplk01 Communicator in Splunk Search 09-29-2025
0 4
0
4
dmoberg
I have a drop-down in my Classic Dashboard that is populating from an inputlookup.Looks like this:<input type="dropdo...
by dmoberg Path Finder in Splunk Search 09-29-2025
0 3
0
3
JHFRDANALYSIS
I'm a novice working in fraud prevention; appreciate your help.  When running the following, I'm getting a failure er...
by JHFRDANALYSIS Engager in Splunk Search 09-27-2025
0 7
0
7
sarge338
Good afternoon.I have been working on this issue for a couple of days, and I just cannot seem to get this SPL correct...
by sarge338 Path Finder in Splunk Search 09-26-2025
0 3
0
3
dmoberg
We have a need to setup Synthetic Browser Tests against many endpoints. The main purpose for the Browser tests is to ...
by dmoberg Path Finder in Splunk Search 09-26-2025
0 1
0
1
HeinzWaescher
Hi, Let's say we have 2 multivalue fields Field1={a,b,c,d} Field2={a,b,c,d,e} Is it possible to evaluate the diff...
by HeinzWaescher Motivator in Splunk Search 09-25-2025
0 9
0
9
hawkeyesc72
I've got a list of over 100 account names and I'd like to search Splunk to find out the most recent activity (if any)...
by hawkeyesc72 Engager in Splunk Search 09-25-2025
0 5
0
5
BacPhan-2005
According to https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-instruct-Splunk-to-not-add-quotes-when-p...
by BacPhan-2005 Loves-to-Learn in Splunk Search 09-25-2025
0 1
0
1
cyberpop
I use fieldformat "Date Time"=strftime('Date Time',"%F %T %:z %Z","Asia/Hong Kong"). but it said the syntax is wrong....
by cyberpop Observer in Splunk Search 09-25-2025
0 7
0
7
luffy
I have a regex to extract filename from object field. This works completely fine in Search.index="test" | rex field=o...
by luffy Engager in Splunk Search 09-24-2025
0 1
0
1
weidertc
I have a json from Grafana.| makeresults count=1 | eval json = "{ \"datasources\": { \"ds_a\": {}, \"ds_b\"...
by weidertc Contributor in Splunk Search 09-24-2025
0 5
0
5
BlueHelix
I have a search with a chart that works well but when attempting to save I get the following error message: "Value of...
by BlueHelix New Member in Splunk Search 09-23-2025
0 1
0
1
akarivaratharaj
I am trying to fetch top 10 max Requests count of events with their corresponding response time. So using the below q...
by akarivaratharaj Communicator in Splunk Search 09-23-2025
0 5
0
5
nabeel652
Hello wonderful SplunkersI know we can have a WILDCARD match in a lookup where we can match a key to a wildcard in th...
by nabeel652 Builder in Splunk Search 09-23-2025
0 6
0
6
imst27
Hi,I’m building a search on the Network_Traffic datamodel to detect high outbound flows (>1 GB).I need to exclude a l...
by imst27 Loves-to-Learn Lots in Splunk Search 09-22-2025
0 1
0
1
Ombessam
Here is what I haveNow I want to add a new column like this eval nullPercent = round((nullCount/total)*100, 2) where ...
by Ombessam Path Finder in Splunk Search 09-22-2025
0 4
0
4
whitecat001
Am having issue with a Splunk alert triggering for daily snapshot of aws account ids. The alert is suppose to trigger...
by whitecat001 Explorer in Splunk Search 09-19-2025
0 2
0
2
caschmid
I’m trying to find logs where requestId value is equal to requestId value in another logTrying to find logs like this...
by caschmid Observer in Splunk Search 09-18-2025
0 4
0
4
Walter_Oesch
HelloI have a two multivalue fields: poiMv (point of interest) and timeMv as a result of a transaction command. Both ...
by Walter_Oesch Observer in Splunk Search 09-15-2025
0 2
0
2
Ste
Dear ExpertsMy search: index="pm-azlm_internal_prod_events" sourcetype="azlmj" [| inputlookup pm-azlm-reg-ocp-tea...
by Ste Path Finder in Splunk Search 09-15-2025
0 2
0
2
Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...