You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up multi-node 6.7 cluster. Perform rolling upgrade to 7.0.
Set migration.enabled: true in metricbeat config.
Run sudo ./metricbeat setup --template -E output.logstash.enabled=false -E 'output.elasticsearch.hosts=["localhost:9200"]'
Elasticsearch rejects the request with error:
{
"error":{
"root_cause":[
{
"type":"remote_transport_exception",
"reason":"[2][127.0.0.1:9301][indices:admin/template/put]"
}
],
"type":"illegal_argument_exception",
"reason":"Invalid [path] value [rabbitmq.node.name] for field alias [rabbitmq.node.name]: an alias cannot refer to itself."
},
"status":400
}
CC @bhavyarm I think you were seeing this error at some point, too.
The text was updated successfully, but these errors were encountered:
Here's what I ran in the command line: sudo ./metricbeat setup --template -E output.logstash.enabled=false -E 'output.elasticsearch.hosts=["localhost:9200"]' -E setup.template.settings.index.number_of_shards=5.
The result was an identical error to the one above. Possibly something misconfigured in the index template?
cjcenizal
changed the title
[7.0 upgrade] Metricbeat index template rejected because rabbitmq.node.name alias refers to itself
[7.0 upgrade] Metricbeat BWC index template rejected because rabbitmq.node.name alias refers to itself
Mar 15, 2019
To reproduce:
migration.enabled: true
in metricbeat config.sudo ./metricbeat setup --template -E output.logstash.enabled=false -E 'output.elasticsearch.hosts=["localhost:9200"]'
Elasticsearch rejects the request with error:
CC @bhavyarm I think you were seeing this error at some point, too.
The text was updated successfully, but these errors were encountered: