Running es 2.7.5.
Tribe nodes have been setup to point to 2 separate es clusters.
On startup the tribe nodes find all indexes on each cluster and things work as expected.
Once new indexes are created (directly on the linked clusters - not through the tribe) - the tribe does not see them.
Running a
curl localhost:9200/INDEXNAME/_stats?pretty
from the tribe returns :
{
"error" : "IndexMissingException[[INDEXNAME] missing]",
"status" : 404
}
Restarting the tribe node - and rererunning the stats query - returns backs stats as expected.
Thoughts ?