mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 19:22:54 +01:00
elastic changes
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
server.name: kibana
|
server.name: kibana
|
||||||
server.host: "0"
|
server.host: "0"
|
||||||
server.basePath: /kibana
|
server.basePath: /kibana
|
||||||
elasticsearch.url: http://{{ ES }}:9200
|
elasticsearch.hosts: [ "http://{{ ES }}:9200" ]
|
||||||
#kibana.index: ".kibana"
|
#kibana.index: ".kibana"
|
||||||
#elasticsearch.username: elastic
|
#elasticsearch.username: elastic
|
||||||
#elasticsearch.password: changeme
|
#elasticsearch.password: changeme
|
||||||
|
|||||||
@@ -21,9 +21,9 @@ output {
|
|||||||
elasticsearch {
|
elasticsearch {
|
||||||
pipeline => "%{event_type}"
|
pipeline => "%{event_type}"
|
||||||
hosts => "{{ ES }}"
|
hosts => "{{ ES }}"
|
||||||
index => "so-ossec-%{+YYYY.MM.dd}"
|
index => "so-common-%{+YYYY.MM.dd}"
|
||||||
template_name => "so-ossec"
|
template_name => "so-common"
|
||||||
template => "/so-ossec-template.json"
|
template => "/so-common-template.json"
|
||||||
template_overwrite => true
|
template_overwrite => true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,9 +20,9 @@ output {
|
|||||||
if [event_type] =~ "strelka" {
|
if [event_type] =~ "strelka" {
|
||||||
elasticsearch {
|
elasticsearch {
|
||||||
hosts => "{{ ES }}"
|
hosts => "{{ ES }}"
|
||||||
index => "so-strelka-%{+YYYY.MM.dd}"
|
index => "so-common-%{+YYYY.MM.dd}"
|
||||||
template_name => "so-strelka"
|
template_name => "so-common"
|
||||||
template => "/so-strelka-template.json"
|
template => "/so-common-template.json"
|
||||||
template_overwrite => true
|
template_overwrite => true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user