kibana-es-query
v1.0.3
Published
KQL is transformed to ElasticSearch Query by the `es-query` module used in `kibana` **v8.9.0**. but no such package in npm or other registries. So create this repo to build them from the source code.
Downloads
2
Readme
@kbn/query
KQL is transformed to ElasticSearch Query by the es-query
module used in
kibana
v8.9.0. but no such package in npm or other registries. So create
this repo to build them from the source code.
it includes 3 steps:
- build the package from
elastic/kibana
source code - copy only
es-query
and packages it depends on to this repo - setup necessary config, e.g., the main entry
build from elastic/kibana
source code
- download kibana source code, repo https://github.com/elastic/kibana
- build, run
yarn kbn bootstrap
andyarn build
update
src/dev/build/build_distributables.ts
to stop beforeif (options.createPlatformFolders)
with athrow
statement, otherwise the sub packages will be removed by later tasks.
Now we got all the sub packages transformed/compiled in folder
build/kibana/node_modules/@kbn
, and all we need is the below 2 packages:
es-query
andi18n
- used byes-query
config this repo
install deps used by the above 2 packages:
- lodash
- moment
- moment-timezone
- [email protected], please use the exact version as in 'elastic/kibana' package.json
- [email protected]
- [email protected]
copy the 2 packages to
deps
, and add it toNODE_PATH
env variable withcross-env
before running command.re-export it