...k, but my problem is when i try to make a dashboard for it. The dashboard needs to contain a time input with a token I named "thetime" 🙂 Usually, you make the dashboard search use this time i...
...heap to me - it alone runs in less than 0.5 seconds. But now I realized that it makes the overall search dramatically slower, about x10 in time. The number of scanned events explodes. T...
I'm trying to have a timechart showing the count of events by a category grouped by week. The searchtime is controlled by a radio button on the dashboard with options from 1w - 12 weeks with the e...
Hello, I would like to ask about problem with parsing log using regex with lookahead. I have this log: Oct 10 04:18:31 ATLAS Threat Categories|Blocked Host|7|rt=1633832250000 src=122.226...
...e data for today up to 12:00. It also showed the data from all of yesterday and all of two days ago like it was supposed to. I waited for about 2 hours and refreshed without making changes to the q...
Per the real-timesearch documentation, you cannot use inputcsv in a real-timesearch. I'm looking to display real-time deviation from normality, where dynamically-generated CSVs are used to d...
Greetings. I am quite new to Splunk and read a lot of sources. However, I have a hard time to find my answer about the join and eval functions. I have a first search on an index. I want to f...
Hello all, thanks for taking the time to read this post. I am writing today about an issue we seem to be having with one of our Splunk dashboards. It's really just 1 particular query within the d...
Hello,
As we know that in Splunk Window application, we can use the search:
source=WMI:Memory OR source=WMI:CPUTime OR source=WMI:LocalPhysicalDisk | timechart avg(PercentProcessorTime) as "C...