7.5.0-10 • Published 3 years ago

@mbears/kql v7.5.0-10

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

KQL

NPM version

Translate KQL to ESQuery

Install

npm install  @mbears/kql

Start

const { esQuery } = require('./index')
esQuery(
  'http://fex.lehe.com/api/es/_mget',
  "index-pattern:268bf770-bab7-11ea-9986-e757f47a9416",
  "content._kind : request",
  "2020-07-03T05:58:10.472Z",
  "2020-07-03T06:13:10.472Z"
)
  .then(res => {
    console.log(res)
  })
  .catch(err => {
    console.log(err)
  })

License

MIT