How do I specify an index using a Kibana query? -


how 1 create kibana query uses specific index?

i've tried using

  • _type:stats , index:prod
  • _type:stats , _index:prod
  • _type:stats , _index_:prod

all no luck.

i have main dashboard index set _all , if terms panel, see prod index know it's visible.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -