Previously I had worked with a client who was using Elasticsearch to perform queries in there application.
I was able to see the index that was being queried from the chrome browser's developer tools.
I would just select the Network tab and click on search?q='string' after making a query from the application.
Now, I am making a standalone application, but when I click on search?q='string' it is not exposing the index name. I was wondering if there is something I have to do in the code or a setting I have to change to expose the index name in the browser during a query.