Alert로 오는 CSV 데이터가 1만개에서 끊킴
>Only the first 10000 of XXXXX results are included in the attached csv
system/default/savedsearches.conf (전역 설정)[email]
action.email.maxresults = <integer>
* Set the maximum number of results to email.
* Any alert-level results threshold greater than this number is capped at this
level.
* This value affects all methods of result inclusion by email alert: inline,
CSV, and PDF.
* NOTE: This setting is affected globally by the 'maxresults' setting in the
[email] stanza of the alert_actions.conf file.
* Default: 10000
action.email.maxresult 옵션 수정 | makeresults count=15000
| streamstats count
| eval user="user_".count, ip="192.168.0.".tostring(floor(random()/100000000)), message="This is a test event number ".count
| makeresults count=15000
| streamstats count
| eval user="user_".count, ip="192.168.0.".tostring(floor(random()/100000000)), message="This is a test event number ".count
| sort 0 count
| sendemail to="<본인_이메일>" subject=test sendresults=true format=table sendcsv=false

* * * * * 로 설정하여 결과를 빠르게 봄
이메일 보내기 선택




limits.conf를 수정하라 했다...