0

I have the Elastic search query(got it from the XHR call - using ARC), but need to know to which index, the query is being hit.

Steve
  • 381
  • 1
  • 6
  • 16

1 Answers1

2

In any item, in "hits"/"hits" "_index" is what you need.example

hrt4u
  • 36
  • 2