Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 615 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 615 Bytes

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