es-monitor icon indicating copy to clipboard operation
es-monitor copied to clipboard

query metric from elasticsearch using sql

Results 10 es-monitor issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 to 4.19.1. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.19.1 > * 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes [#10112](https://github-redirect.dependabot.com/eslint/eslint/issues/10112)) ([#10113](https://github-redirect.dependabot.com/eslint/eslint/issues/10113)) (薛定谔的猫) >...

dependencies

Hey, I would be great if you could add support for python3.

It just clears up any ambiguity for usage. Many thanks :)

Hi Taowen, I am getting error while executing my code(Code is given below). I am using python 2.7. Please help me to solve the issue. Code ======= import es_sql test...

indices为这样的数据 zone code colo count 我想计算出每个zone code >400的数量 占每zone的总数的百分比 with all_data as (select zone, sum(count) t1 from dd group by zone) with all_fail as (select zone,sum(count) t2 from dd where...

是否支持 seletc sum(a)/sum(b) 这种聚合后结果相除的sql表达式呢 我知道es的bucket_script应该可以写出来 但是不知道sql的方式是否可以 看中文文档例子里没有涉及

* API * Query * query_string * highlighting * Aggregation * date_range * Param: * Query * GLOBAL: from * Should: minimum_should_match * Aggregation: * Terms: min_doc_count, size

➜ explorer-ui git:(master) npm run dev > explorer-ui@ dev /Users/langge/dev/test/java/es/es-monitor/explorer-ui > node build/dev-server.js Listening at http://localhost:8080 webpack built 79bfc92743887b702f54 in 3711ms Hash: 79bfc92743887b702f54 Version: webpack 1.14.0 Time: 3711ms Asset Size...