Is there an easy way to show all indices except those dot prefix internal ones?
I often use GET _cat/indices?v to list all my indices.
It's kind of annoying to include those system ones I don't care for my use case.
This should work. GET /_cat/indices/*,-.*?v
1 Like
Thanks. That works.
1 Like
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.