mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 01:45:18 +00:00
Adjust monitoring template
This commit is contained in:
parent
62eaae4358
commit
0c8eb70bec
@ -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': {
|
||||
|
Loading…
Reference in New Issue
Block a user