Splunk Query Reference guide

Posted on June 21, 2021 in quick-reference • Tagged with Splunk, Reference, Cheat Sheet

Simple Search with various AND index=index_name sourcetype=source_type host=host_nam source=source

Count of search criteria "LifecycleException" per day index=index_name sourcetype=exception_source_typs host=host_name LifecycleException | bucket _time span=day |stats count by _time

Count of search criteria "LifecycleException" by app index=index_name sourcetype=exception_source_typs host=host_name LifecycleException | stats …


Continue reading