mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Initial composable template configuration and base mappings
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user