Hi @stephenb,
Sorry to include you directly.
Below is the open case having similar error.
only difference is that was completely on v7.4.0
but here I am installing all components with v7.14.0
and changing any ref of 7.4
to 7.14
in our automation tool.
Output of GET metricbeat-7.4.0/_alias
as requested there.
#! this request accesses aliases with names reserved for system indices: [.kibana_task_manager, .security, .kibana_task_manager_7.14.0, .kibana, .kibana_7.14.0], but in a future major version, direct access to system indices and their aliases will not be allowed
{
"metricbeat-7.4.0-2021.08.23-000001" : {
"aliases" : {
"metricbeat-7.4.0" : {
"is_write_index" : true
}
}
}
}
Its showing index with 7.4 even if 7.14 v is installed.
[root@ip-10-10-10-242 ~]# rpm -qa |grep metricbeat
metricbeat-7.14.0-1.x86_64
[root@ip-10-0-1-142 ~]# rpm -qa |grep heartbeat
heartbeat-elastic-7.14.0-1.x86_64
[root@ip-10-10-10-242 ~]#
Thanks,