Is there any way to validate other APIs like create index or update_by_query before executing it?

The situation is that before the es statement real executes I need to validate it to guarantee it will work at the time point expected.

Runtime error can be tolerated while the semantic error is not.

Thanks.

Welcome to our community! :smiley:

There's no other way than to run the query.

OK, I'll use an empty Elasticserarch as an inspection server to make it.

Thank you very much.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.