Initial composable template configuration and base mappings

This commit is contained in:
Wes Lambert
2022-02-02 02:08:31 +00:00
parent 1bac031975
commit 9db1510b0e
156 changed files with 11007 additions and 4542 deletions

View File

@@ -15,9 +15,6 @@ output {
password => "{{ ES_PASS }}"
{% endif %}
index => "so-zeek"
template_name => "so-zeek"
template => "/templates/so-zeek-template.json"
template_overwrite => true
ssl => true
ssl_certificate_verification => false
}

View File

@@ -15,9 +15,6 @@ output {
password => "{{ ES_PASS }}"
{% endif %}
index => "so-import"
template_name => "so-import"
template => "/templates/so-import-template.json"
template_overwrite => true
ssl => true
ssl_certificate_verification => false
}

View File

@@ -14,9 +14,6 @@ output {
password => "{{ ES_PASS }}"
{% endif %}
index => "so-flow"
template_name => "so-flow"
template => "/templates/so-flow-template.json"
template_overwrite => true
ssl => true
ssl_certificate_verification => false
}

View File

@@ -14,9 +14,6 @@ output {
password => "{{ ES_PASS }}"
{% endif %}
index => "so-ids"
template_name => "so-ids"
template => "/templates/so-ids-template.json"
template_overwrite => true
ssl => true
ssl_certificate_verification => false
}

View File

@@ -15,9 +15,6 @@ output {
password => "{{ ES_PASS }}"
{% endif %}
index => "so-syslog"
template_name => "so-syslog"
template => "/templates/so-syslog-template.json"
template_overwrite => true
ssl => true
ssl_certificate_verification => false
}

View File

@@ -16,9 +16,6 @@ output {
password => "{{ ES_PASS }}"
{% endif %}
index => "so-%{[event][module]}-%{+YYYY.MM.dd}"
template_name => "so-common"
template => "/templates/so-common-template.json"
template_overwrite => true
ssl => true
ssl_certificate_verification => false
}

View File

@@ -15,9 +15,6 @@ output {
password => "{{ ES_PASS }}"
{% endif %}
index => "so-osquery"
template_name => "so-osquery"
template => "/templates/so-osquery-template.json"
template_overwrite => true
ssl => true
ssl_certificate_verification => false
}

View File

@@ -37,9 +37,6 @@ output {
password => "{{ ES_PASS }}"
{% endif %}
index => "so-osquery"
template_name => "so-osquery"
template => "/templates/so-osquery-template.json"
template_overwrite => true
ssl => true
ssl_certificate_verification => false
}

View File

@@ -14,9 +14,6 @@ output {
password => "{{ ES_PASS }}"
{% endif %}
index => "so-firewall"
template_name => "so-firewall"
template => "/templates/so-firewall-template.json"
template_overwrite => true
ssl => true
ssl_certificate_verification => false
}

View File

@@ -15,8 +15,6 @@ output {
password => "{{ ES_PASS }}"
{% endif %}
index => "so-ids"
template_name => "so-ids"
template => "/templates/so-ids-template.json"
ssl => true
ssl_certificate_verification => false
}

View File

@@ -16,9 +16,6 @@ output {
password => "{{ ES_PASS }}"
{% endif %}
index => "so-beats"
template_name => "so-beats"
template => "/templates/so-beats-template.json"
template_overwrite => true
ssl => true
ssl_certificate_verification => false
document_id => "%{[metadata][_id]}"
@@ -32,9 +29,6 @@ output {
password => "{{ ES_PASS }}"
{% endif %}
index => "so-beats"
template_name => "so-beats"
template => "/templates/so-beats-template.json"
template_overwrite => true
ssl => true
ssl_certificate_verification => false
}

View File

@@ -15,9 +15,6 @@ output {
password => "{{ ES_PASS }}"
{% endif %}
index => "so-ossec"
template_name => "so-ossec"
template => "/templates/so-ossec-template.json"
template_overwrite => true
ssl => true
ssl_certificate_verification => false
}

View File

@@ -15,9 +15,6 @@ output {
password => "{{ ES_PASS }}"
{% endif %}
index => "so-strelka"
template_name => "so-strelka"
template => "/templates/so-strelka-template.json"
template_overwrite => true
ssl => true
ssl_certificate_verification => false
}

View File

@@ -17,9 +17,6 @@ output {
password => "{{ ES_PASS }}"
{% endif %}
index => "so-logscan"
template_name => "so-common"
template => "/templates/so-common-template.json"
template_overwrite => true
ssl => true
ssl_certificate_verification => false
}