Create a horseshoe meter query
Write a search that returns results in the correct format to generate a horseshoe meter.
Query components
Use the stats command to aggregate the metric that you are tracking.
Search results data format
Make sure that the query returns a single numeric value.
Query example
This query aggregates recent error messages on a Splunk platform instance.
index=_internal source="*splunkd.log" log_level="error" | stats count
The query generates a single numeric error count.
Horseshoe meter installation | Horseshoe meter components |
This documentation applies to the following versions of Horseshoe Meter: 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.5.1
Feedback submitted, thanks!