The Splunk Trust and members of the community will be hosting open office hours for anybody who wanted to chat about anything Splunk related.
Please visit the office_hours channel in slack or drop comments here if there is any topic you'd like to see discussed!
Concerning the subtleties of _index_time in search, making sure you find the events you need, great conf talk on this
https://conf.splunk.com/watch/conf-online.html?search=PLA1327B&search.event=conf21
slides directly https://conf.splunk.com/files/2021/slides/PLA1327B.pdf
>With minimal up-front effort it is possible to guarantee that your alerts and other scheduled searches run, are always successful, and do not miss data. Common challenges are skipped searches, latent data, Splunk down time, failures, and dependencies on other searches. Approaches such as an expanded sliding window consume additional resources and will inevitably fail. We will demonstrate a Splunk macro that tracks search execution times in a KVstore and dynamically controls the search timeframe, thus decoupling it from execution time. This additionally provides a capability to quickly and easily re-run a search over any timeframe in a controllable manner. We will further demonstrate the use of Apache Airflow for more complex use cases.
https://batchworks.de/recover-deleted-data/ for recovering deleted data
Hello All,
Thank you for organizing office hours event tomorrow. I will need your expertise and support for following topics and questions: -
Timechart + single-value visualization from Rich
Best thing to do for usage of the delta command is find blog posts such as https://www.splunk.com/en_us/blog/tips-and-tricks/search-commands-delta.html
I'd also suggest searching GitHub for "| delta" to find SPL examples for people that added searches to their repos.
https://dev.splunk.com/ is a good starting place for custom search commands, and alert actions. For finding existing third party integrations via alert actions, checking splunkbase is always a good idea.
https://splunkbase.splunk.com/app/4621/ The TrackMe is something I've found useful for watchdog type alerting on the absence of certain types of data.
`!missinghosts` in slack drops a links to all sorts of apps and thoughts on this