Backport of https://github.com/elastic/elasticsearch/pull/38819. Original message: This PR removes usages of the `_type` field in `_search` requests issued from Monitoring code.
This commit is contained in:
parent
57f69082fd
commit
a9178b3239
|
@ -47,19 +47,8 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"bool": {
|
||||
"should": [
|
||||
{
|
||||
"term": {
|
||||
"_type": "cluster_state"
|
||||
}
|
||||
},
|
||||
{
|
||||
"term": {
|
||||
"type": "cluster_stats"
|
||||
}
|
||||
}
|
||||
]
|
||||
"term": {
|
||||
"type": "cluster_stats"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -40,19 +40,8 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"bool": {
|
||||
"should": [
|
||||
{
|
||||
"term": {
|
||||
"_type": "cluster_stats"
|
||||
}
|
||||
},
|
||||
{
|
||||
"term": {
|
||||
"type": "cluster_stats"
|
||||
}
|
||||
}
|
||||
]
|
||||
"term": {
|
||||
"type": "cluster_stats"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -44,19 +44,8 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"bool": {
|
||||
"should": [
|
||||
{
|
||||
"term": {
|
||||
"_type": "kibana_stats"
|
||||
}
|
||||
},
|
||||
{
|
||||
"term": {
|
||||
"type": "kibana_stats"
|
||||
}
|
||||
}
|
||||
]
|
||||
"term": {
|
||||
"type": "kibana_stats"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -44,19 +44,8 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"bool": {
|
||||
"should": [
|
||||
{
|
||||
"term": {
|
||||
"_type": "logstash_stats"
|
||||
}
|
||||
},
|
||||
{
|
||||
"term": {
|
||||
"type": "logstash_stats"
|
||||
}
|
||||
}
|
||||
]
|
||||
"term": {
|
||||
"type": "logstash_stats"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue