Commit Graph

113 Commits (2dee9c8d74e3d4ba6ef78312592b0c2423a8f6b1)

Author SHA1 Message Date
Carl Bergquist 9c6eb7736f move pipeline options outside main switch 10 years ago
Carl Bergquist e86dfcf55c rename mavgoptions to more generic pipelineaggs 10 years ago
carl bergquist 8e18f2c5d2 refactor es pipeline aggregation variables to match ES 10 years ago
carl bergquist 0644bfe27c improves timeseries naming for moving average series 10 years ago
carl bergquist 0b285845d1 adds spec for query builder 10 years ago
carl bergquist d3ff4bf75e changes to using an array for mavg options 10 years ago
carl bergquist f51d74fa68 change the way options are added 10 years ago
carl bergquist 78c6ce842e revert elastic response parser 10 years ago
carl bergquist ad79df9b74 changes implementation direction 10 years ago
carl bergquist b4763290de move target extraction logic to query def 10 years ago
Mitsuhiro Tanda 8264c76642 add separate datasource parameter withCredentials 10 years ago
Carl Bergquist dd7a13930f adds null check for response parser 10 years ago
Carl Bergquist 8ad10149ab adds basic support for moving avg in es queries 10 years ago
Carl Bergquist 0731064375 adds support for moving avg support in es queries 10 years ago
utkarshcmu 005271d24b Fixed missing closing tag 10 years ago
Torkel Ödegaard ce58486850 fix(html): removed unneeded tag 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
Alexey Larkov d6935847b4 Web. Fix double slash 10 years ago
Mauro Stettler a30ceefa6b add tests for elastic search versioning in query builder and make es version 2 default 10 years ago
Torkel Ödegaard a1afd2328d fix(elasticsearch): made interval template variable appear in group by time interval dropdown, fixes #3241 10 years ago
Mauro Stettler ada9bfcae8 keep track of elastic search version and generate query according to version 10 years ago
Torkel Ödegaard 396f53d20e fix(tests): removed it.only accidentally cecked in 10 years ago
Torkel Ödegaard 9d1906d333 fix(elasticsearch): fixed issue with disabling (hiding) query, fixes #3300 10 years ago
Torkel Ödegaard 4751e4b94e feat(elasticsearch): a lot of work to support aggregation queries without date_histogram, queries that return metric aggregations now work with the table panel (json data type), #3219 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 730d4857ba feat(elasticsearch): added caret arrow for metric / group by collapse/expand options 10 years ago
Torkel Ödegaard 2cbc62d6c0 fix(elasticsearch): fixed elasticsearch issue, ghost docs series, fixes #3223 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
Torkel Ödegaard 7d3146ed8d feat(tablepanel): fixed header, and pagination styling 10 years ago
Torkel Ödegaard d8f68eb118 refactoring: moving and renaming things 10 years ago
Torkel Ödegaard 97697b93ed refactoring: moving and renaming things 10 years ago
Torkel Ödegaard 6cf46b1635 refactoring: more moving stuff around 10 years ago
Torkel Ödegaard 3de4707c98 feat(elasticsearch): Annotation queries now use the daily index patterns defined in data source options, for old annotations that have an index property that will be used, so will not break existing dashboard/annotation configs, closes #3061 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 5b01e9ec97 fix(elasticsearch): minor fix to elasticsearch unit tests so that they work in any timezone, fixes #3010 10 years ago
Torkel Ödegaard ae93f2b936 fix(elasticsearch): fixed proper json escaping for lucene query, fixes #2981 10 years ago
Felix Barnsteiner eb8c2d9053 Ability to set a low limit for Elasticsearch date histogram interval 10 years ago
Torkel Ödegaard fc0705e87c fix(elasticsearch): fix for daily pattern when getting index for today, is now using utc, fixes #2913 10 years ago
Torkel Ödegaard 0bcda4a2eb minor elasticsearch fix 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 f632b3b029 feat(elasticsearch): added new templating all format and muli format named , also added automatic setting of correct all and multi format depending on data source, closes #2696 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