Skip to content

Commit

Permalink
Example of a Suricata datasource configuration (elastic#16496)
Browse files Browse the repository at this point in the history
* Example of a Suricata datasource configuration

Suricate is using the logs input but creates multiples kind of event, so
its a single input mixed output. Lets try to see if type on the stream
could work or not.

* Update x-pack/agent/docs/agent_configuration_example.yml

Co-Authored-By: Andrew Kroh <[email protected]>

Co-authored-by: Andrew Kroh <[email protected]>
  • Loading branch information
ph and andrewkroh authored Feb 25, 2020
1 parent c5b9496 commit f8530a9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions x-pack/agent/docs/agent_configuration_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,23 @@ datasources:
dataset: docker.network
period: 10s

#################################################################################################
### Suricata
#
- id?: suricata-x1
title: Suricata's data
namespace?: "abc"
package:
name: suricata
version: x.x.x
inputs:
- type: log
streams:
- id?: {id}
type: "typeX"
dataset: suricata.logs
path: /var/log/surcata/eve.json

#################################################################################################
### suggestion 1
- id?: myendpoint-x1
Expand Down

0 comments on commit f8530a9

Please sign in to comment.