Hi
elasticsearch-py is a very helpful tool, I'm wondering if there is a way for it to dump out some of my api calls. Like for example, I can write a script to add documents to ES index, but I'd like to keep a copy of the json HTTP PUT payload also if possible.
I wonder if that is possible?
Thank you
Joyce