Commit Graph

36 Commits (619c5c4f1b1de2769b1ff8f5c7b557097c6d4013)

Author SHA1 Message Date
bergquist ebec02ffae style(elastic): minor code style changes 9 years ago
bergquist 99c5f7d571 feat(elastic): remove support for ES 1.x 9 years ago
bergquist 873024b917 tech(elastic): use bool conditions for all es queries 9 years ago
Leandro Piccilli 717a96ab8d Fix raw document query on ES 5.x 9 years ago
Leandro Piccilli 538e1fbc64 Fix templating using query 9 years ago
Torkel Ödegaard 0fc7405b95 fix(elasticsearch): for query template variable when looking up terms without query, no longer relies on elasticsearch default field, fixes #3887 9 years ago
Torkel Ödegaard a01836e86d feat(adhoc filters): basic implementation for ad hoc filters for elasticsearch, #6038 9 years ago
Leandro Piccilli 3057c9747c Change size on terms aggregation for ES 5.x 10 years ago
Leandro Piccilli 0d34740a62 Add support to ElasticSearch 5.0 10 years ago
Torkel Ödegaard 69c2fafa7a feat(elasticsearch): added geo hash bucket aggregation 10 years ago
Shani Elharrar f121e8309d ElasticSearch Terms & Date Histogram: Support 'missing' setting 10 years ago
carl bergquist 139b19f9ac feat(elasticsearch): make series naming generic for pipeline aggs 10 years ago
carl bergquist 0f65cb2b79 feat(elasticsearch): update pipeline aggs if type change 10 years ago
Torkel Ödegaard b36f644628 feat(elasticsearch): added pipleline aggregation derivative 10 years ago
carl bergquist 8e18f2c5d2 refactor es pipeline aggregation variables to match ES 10 years ago
carl bergquist 0b285845d1 adds spec for query builder 10 years ago
carl bergquist ad79df9b74 changes implementation direction 10 years ago
Carl Bergquist dd7a13930f adds null check for response parser 10 years ago
Carl Bergquist 0731064375 adds support for moving avg support in es queries 10 years ago
Torkel Ödegaard 2345b41a74 feat(elasticsearch): added min_doc_count option for date histogram, closes #3416 10 years ago
Torkel Ödegaard db9c288050 fix(elasticsearch): refactoring of #3321 10 years ago
Torkel Ödegaard 419251ed35 fix(elasticsearch): fixed issue with default state of elasticsearch query, result in error before query controller could set defaults, moved defaults to query builder, also removed raw query mode as it is pretty broken, fixes #3396 10 years ago
Mauro Stettler a30ceefa6b add tests for elastic search versioning in query builder and make es version 2 default 10 years ago
Mauro Stettler ada9bfcae8 keep track of elastic search version and generate query according to version 10 years ago
Torkel Ödegaard 93977316ce revert #3288 for now since it breaks Elasticsearch 1.7 10 years ago
Torkel Ödegaard 7e49bdf5a8 revert #3288 for now since it breaks Elasticsearch 1.7 10 years ago
Mauro Stettler a6e8d61e8e specify date format in elastic search query 10 years ago
Torkel Ödegaard dbe35bfed1 change(elasticsearch): changed min_doc_count to zero in query to get buckets for missing values, fixes #3131 10 years ago
Torkel Ödegaard 4e37290a7f feat(tablepanel/elasticsearch): extended elasticsearch data source and query editor to support document queries 10 years ago
Volker Fröhlich 6b9b08da30 Remove declaration of unused variable size 10 years ago
Volker Fröhlich 184307816f "No limit" was not effective for ES terms aggregation 10 years ago
Torkel Ödegaard 8a39b32b5c refactor: moved elasticsearch specs to plugin folder and to typescript 10 years ago
Torkel Ödegaard 57dee76c88 feat(elasticsearch): templating terms query should have size set to zero to return all terms, fixes #2827 10 years ago
Torkel Ödegaard bc3c394210 feat(elasticsearch): worked on elasticsearch templating support, #2696 10 years ago
Torkel Ödegaard 792b194d0e feat(elasticsearch): finished work on adding support for filters aggregate, you can now split series by query using group by filters, closes #2785 10 years ago
Torkel Ödegaard e694a74c9d feat(elasticsearch): work on supporting filters aggregate, #2785 10 years ago
Torkel Ödegaard 9de016bfe3 feat(elasticseach): alias and lucene query fields are now visible/usable when using raw json query, #1034 10 years ago
Torkel Ödegaard f361f324da feat(elasticsearch): more polish to editor, made interval configurable per query, #1034 10 years ago
Torkel Ödegaard 3999a3caa2 feat(elasticsearch): extended stats like std deviation now works, and sigma option as well, added unique count (cardinality as well, #1034 10 years ago
Torkel Ödegaard 6c304924f7 feat(elastic_ds): moving time field name to dataasource option, it is no longer specified for each query and date_histogram 10 years ago
Torkel Ödegaard 8db47e335f fixed jshint errors 10 years ago
Torkel Ödegaard f942ec952e feat(elasticsearch): worked on percentiles metric aggregator in editor and in elasticsearch response processing 10 years ago
Torkel Ödegaard 2d832e10b0 feat(elasticsearch): term metric filters are starting to work! like terms aggregation with top 5, order by metric 1 desc, where metric 1 is maybe average of @load 10 years ago
Torkel Ödegaard f1e995ec79 feat(elasticsearch): added bucket agg id concept 10 years ago
Torkel Ödegaard c48f24d269 feat(editor): more work on editor components, extracing things and making reusable directives 10 years ago
Torkel Ödegaard 0d2e13549a feat(editor): thing are starting to work again 10 years ago
Torkel Ödegaard cc1e3d0101 feat(elasticsearch): groundwork for a much more sophisticated elasticsearch query editor 10 years ago
Torkel Ödegaard 9daa3997e9 feat(elasticsearch): time field selector now works, #1034 10 years ago
Torkel Ödegaard 83930ec9d1 feat(elasticsearch): raw queries work, more unit tests and polish, #1034 10 years ago
Torkel Ödegaard 977f538420 feat(elasticsearch): lots of work on elasticsearch metrics query editor, #1034 10 years ago