update default template
This commit is contained in:
parent
02adb4d121
commit
cda6a72c9e
|
@ -7,6 +7,8 @@ elasticsearch:
|
||||||
monitored: true
|
monitored: true
|
||||||
reserved: true
|
reserved: true
|
||||||
endpoint: $[[CLUSTER_ENDPINT]]
|
endpoint: $[[CLUSTER_ENDPINT]]
|
||||||
|
discovery:
|
||||||
|
enabled: false
|
||||||
basic_auth:
|
basic_auth:
|
||||||
username: $[[CLUSTER_USER]]
|
username: $[[CLUSTER_USER]]
|
||||||
password: $[[CLUSTER_PASS]]
|
password: $[[CLUSTER_PASS]]
|
||||||
|
|
|
@ -127,58 +127,6 @@ PUT .infini_metrics-00001
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"metadata": {
|
|
||||||
"properties": {
|
|
||||||
"category": {
|
|
||||||
"type": "keyword",
|
|
||||||
"ignore_above": 256
|
|
||||||
},
|
|
||||||
"datatype": {
|
|
||||||
"type": "keyword",
|
|
||||||
"ignore_above": 256
|
|
||||||
},
|
|
||||||
"labels": {
|
|
||||||
"properties": {
|
|
||||||
"cluster_id": {
|
|
||||||
"type": "keyword",
|
|
||||||
"ignore_above": 256
|
|
||||||
},
|
|
||||||
"index_id": {
|
|
||||||
"type": "keyword",
|
|
||||||
"ignore_above": 256
|
|
||||||
},
|
|
||||||
"index_name": {
|
|
||||||
"type": "keyword",
|
|
||||||
"ignore_above": 256
|
|
||||||
},
|
|
||||||
"index_uuid": {
|
|
||||||
"type": "keyword",
|
|
||||||
"ignore_above": 256
|
|
||||||
},
|
|
||||||
"ip": {
|
|
||||||
"type": "keyword",
|
|
||||||
"ignore_above": 256
|
|
||||||
},
|
|
||||||
"node_id": {
|
|
||||||
"type": "keyword",
|
|
||||||
"ignore_above": 256
|
|
||||||
},
|
|
||||||
"node_name": {
|
|
||||||
"type": "keyword",
|
|
||||||
"ignore_above": 256
|
|
||||||
},
|
|
||||||
"transport_address": {
|
|
||||||
"type": "keyword",
|
|
||||||
"ignore_above": 256
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"name": {
|
|
||||||
"type": "keyword",
|
|
||||||
"ignore_above": 256
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"timestamp": {
|
"timestamp": {
|
||||||
"type": "date"
|
"type": "date"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue