mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 03:32:53 +01:00
Merge pull request #438 from Security-Onion-Solutions/fix/elastic_fixes
Fix/elastic fixes
This commit is contained in:
@@ -226,7 +226,7 @@ output.elasticsearch:
|
|||||||
# Client Certificate Key
|
# Client Certificate Key
|
||||||
#ssl.key: "/usr/share/filebeat/filebeat.key"
|
#ssl.key: "/usr/share/filebeat/filebeat.key"
|
||||||
|
|
||||||
|
setup.template.enabled: false
|
||||||
# A dictionary of settings to place into the settings.index dictionary
|
# A dictionary of settings to place into the settings.index dictionary
|
||||||
# of the Elasticsearch template. For more details, please check
|
# of the Elasticsearch template. For more details, please check
|
||||||
# https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html
|
# https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html
|
||||||
|
|||||||
@@ -2,8 +2,7 @@
|
|||||||
"index_patterns": [
|
"index_patterns": [
|
||||||
"so-beats-*"
|
"so-beats-*"
|
||||||
],
|
],
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"doc": {
|
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"version": "6.1.3"
|
"version": "6.1.3"
|
||||||
},
|
},
|
||||||
@@ -1265,12 +1264,11 @@
|
|||||||
"ignore_above": 1024,
|
"ignore_above": 1024,
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"order": 1,
|
"order": 1,
|
||||||
"settings": {
|
"settings": {
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
"index.refresh_interval":"30s"
|
"index.refresh_interval":"30s"
|
||||||
},
|
},
|
||||||
"mappings":{
|
"mappings":{
|
||||||
"doc":{
|
|
||||||
"dynamic": false,
|
"dynamic": false,
|
||||||
"date_detection": false,
|
"date_detection": false,
|
||||||
"properties":{
|
"properties":{
|
||||||
@@ -349,7 +348,6 @@
|
|||||||
"type":"object",
|
"type":"object",
|
||||||
"dynamic": true
|
"dynamic": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user