You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
301 B
11 lines
301 B
# Bullet Graph
|
|
|
|
Documentation:
|
|
http://docs.splunk.com/Documentation/BulletGraph/1.2.0/BulletGraphViz/BulletGraphIntro
|
|
|
|
## Sample Searches
|
|
|
|
```
|
|
index=_internal | stats count by sourcetype | eval range_low=100, range_med=200, range_high=1000 | fields sourcetype count range_low range_med range_high
|
|
```
|