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.

19 lines
382 B

# Punchcard
Documentation:
http://docs.splunk.com/Documentation/Punchcard/1.2.0/PunchcardViz/PunchcardIntro
## Sample Searches
```
index=_internal | head 100000 | stats count by date_hour sourcetype
```
```
index=_internal | head 100000 | stats count by date_minute sourcetype
```
```
index=_internal | head 100000 | stats count, avg(date_minute) by date_minute sourcetype
```