Skip to content

Instantly share code, notes, and snippets.

@kahou82
Last active September 16, 2020 18:23
Show Gist options
  • Save kahou82/5a4b10a0ffd7994cac4ad85c304c0f6c to your computer and use it in GitHub Desktop.
Save kahou82/5a4b10a0ffd7994cac4ad85c304c0f6c to your computer and use it in GitHub Desktop.
{
"bro.export.elasticsearch.enable": "True",
"bro.export.elasticsearch.exclude": "dns, ntp",
"bro.export.elasticsearch.server": "http://192.168.22.49:9200",
"bro.export.json.enable": "True",
"bro.export.json.exclude": "",
"bro.export.json.server": "192.168.22.49:1947",
"bro.export.syslog.enable": "True",
"bro.export.syslog.exclude": "",
"bro.export.syslog.server": "192.168.22.49:514"
}
{
"bro.export.elasticsearch.enable": "False",
"bro.export.json.enable": "False",
"bro.export.syslog.enable": "False"
}
{
"bro.export.elasticsearch.enable": "True",
"bro.export.elasticsearch.exclude": "conn"
}
{
"bro.export.splunk.enable": "False"
}
{
"bro.export.files.enable": "1",
"bro.export.files.types.archives": "1",
"bro.export.files.types.executables": "1",
"bro.export.files.types.flash": "1",
"bro.export.files.types.java": "1",
"bro.export.files.types.office_documents": "1",
"bro.export.files.types.pdfs": "1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment