How to auto detect new index?

hi

is there any way I can monitor and auto detect new index created (if any)....

Hello,

You can do it with X-Pack Security auditing + Watcher.

Alternatively, the elected master will log when a new index is created, you could use filebeat to read master log for this specific log line and do something with it.

Cheers