When indexing a document OpenSearch has the option to perform a POST to the index/_doc API for creating it, automatically generating an document ID if not informed.
Is there a configuration option to disable it, making so the only option is to explicitly inform a document ID when creating?