added Malcolm

This commit is contained in:
2021-08-06 10:35:01 +02:00
parent f043730066
commit 70f1922e80
751 changed files with 195277 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
input {
pipeline {
address => "${ELASTICSEARCH_PIPELINE_ADDRESS_INTERNAL:internal-es}"
}
}

View File

@@ -0,0 +1,9 @@
output {
elasticsearch {
id => "output_elasticsearch_moloch"
hosts => "${ES_HOSTS:elasticsearch:9200}"
manage_template => false
index => "sessions2-%{+YYMMdd}"
document_id => "%{+YYMMdd}-%{zeekLogDocId}"
}
}