Adjust monitoring template

This commit is contained in:
Alexey Pronin 2020-12-03 19:02:06 +03:00 committed by GitHub
parent 62eaae4358
commit 0c8eb70bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,19 @@
export const monitoringTemplate = {
order: 0,
settings: {
'index.refresh_interval': '5s'
index: {
routing: {
allocation: {
require: {
'storage-tier': 'hot'
}
}
},
'refresh_interval': '5s',
'number_of_shards': '3',
'auto_expand_replicas': '0-3',
'number_of_replicas': '3'
}
},
mappings: {
'wazuh-agent': {