UNPKG

@mbears/kql

Version:

Translate KQL to ESQuery

38 lines (28 loc) 615 B
# KQL [![NPM version][npm-image]][npm-url] Translate KQL to ESQuery ## Install ```bash npm install @mbears/kql ``` ## Start ```javascript 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 [npm-image]: https://img.shields.io/npm/v/@mbears/kql.svg?style=flat-square [npm-url]: https://www.npmjs.com/package/@mbears/kql