diff --git a/x-pack/agent/docs/agent_configuration_example.yml b/x-pack/agent/docs/agent_configuration_example.yml index 21ea4f16c11..08b92363921 100644 --- a/x-pack/agent/docs/agent_configuration_example.yml +++ b/x-pack/agent/docs/agent_configuration_example.yml @@ -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