- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CSV 101 rows only
deyeo
Path Finder
05-03-2011
02:15 AM
Everytime a email alert is sent, it contains a CSV file (as attachment) that only contains 101 rows even though the actual total number of events is more than 101.
Any advise on how to ensure that the CSV file contains all the events even if the number of events exceeds 101?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

mchang_splunk

Splunk Employee
04-17-2013
11:45 PM
The default value of maxresults is 100 but already increased to 10000 from 4.2.
Please change the value in alert_actions.conf:
[default]
maxresults=10000
