Hello!
I'm wondering if I can change the default behavior for '_id' field generation.
I'd like ES to generate ids, but, instead of Flake-based string UUIDs I would like to get long (incremental, sequential) numbers (represented as strings).
Is that possible?
If yes, then how?
If no, then why?
Thank you in advance.