Query index patterns using ES nodejs client lib

Hi,
I wanted to know know if it's also possible to do this query
GET <kibana host>:<port>/api/index_patterns/index_pattern/<id> in
a script using the es client lib and thanks

Hi, no.

GET <kibana host>:<port>/api/index_patterns/index_pattern/<id>

This is Kibana's REST API and we don't have a kibana client to work with it.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.