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.
20 lines
592 B
20 lines
592 B
# Log event action settings
|
|
|
|
action.log_event = [0|1]
|
|
* Enable log event action
|
|
|
|
action.logevent.param.event = <string>
|
|
* Event content sent to the receiver endpoint, which is eventually indexed
|
|
|
|
action.logevent.param.host = <string>
|
|
* Field value of the host field of the newly indexed event
|
|
|
|
action.logevent.param.source = <string>
|
|
* Field value of the source field of the newly indexed event
|
|
|
|
action.logevent.param.sourcetype = <string>
|
|
* Field value of the sourcetype field of the newly indexed event
|
|
|
|
action.logevent.param.index = <string>
|
|
* Destination index of the newly indexed event
|