How can I compare similar indexes

Events show up in kibana:

but in Elastic dev console I cant see anything:

if I just change the index it works for fido2.trk.events-test12* but not
fido2.demo.events-test12*

I've used stack management to check indexes for same type and they look all the same. (Same keys and same types on keys and keywords).

So is there a way to compare an index to another?

Thanks for reaching out, @mortenb123. This older forum post on a similar subject might be helpful here.

1 Like

The solution was that kibana uses its own index management, while elastic uses the direct name, so someone had made an index shortcut in kibana that accidentally looked like the old indexes that had been renamed.

Going directly into index-management and looking up the indexes and using this match fixed it.

1 Like

Thanks, @mortenb123.