Craig van Tonder
95a13ea01c
Update bucket-sort-aggregation.asciidoc ( #28937 )
...
Added two trailing braces that were missing within the first example.
2018-03-08 15:05:34 +01:00
David Shimon
c92b42ef84
Docs: match between snippet to its description ( #28296 )
...
s/400/200/ in the text to match a snippet.
2018-01-18 09:31:02 -05:00
Andrew Banchich
a10c406292
text fixes ( #28136 )
2018-01-12 10:21:39 -05:00
Dimitris Athanasiou
66bef26495
Aggregations: bucket_sort pipeline aggregation ( #27152 )
...
This commit adds a parent pipeline aggregation that allows
sorting the buckets of a parent multi-bucket aggregation.
The aggregation also offers [from] and [size] parameters
in order to truncate the result as desired.
Closes #14928
2017-11-09 17:59:57 +00:00
Dimitrios Athanasiou
3796471ac4
[Docs] Fix note in bucket_selector
2017-10-30 15:20:46 +00:00
Clinton Gormley
ff4a2519f2
Update experimental labels in the docs ( #25727 )
...
Relates https://github.com/elastic/elasticsearch/issues/19798
Removed experimental label from:
* Painless
* Diversified Sampler Agg
* Sampler Agg
* Significant Terms Agg
* Terms Agg document count error and execution_hint
* Cardinality Agg precision_threshold
* Pipeline Aggregations
* index.shard.check_on_startup
* index.store.type (added warning)
* Preloading data into the file system cache
* foreach ingest processor
* Field caps API
* Profile API
Added experimental label to:
* Moving Average Agg Prediction
Changed experimental to beta for:
* Adjacency matrix agg
* Normalizers
* Tasks API
* Index sorting
Labelled experimental in Lucene:
* ICU plugin custom rules file
* Flatten graph token filter
* Synonym graph token filter
* Word delimiter graph token filter
* Simple pattern tokenizer
* Simple pattern split tokenizer
Replaced experimental label with warning that details may change in the future:
* Analysis explain output format
* Segments verbose output format
* Percentile Agg compression and HDR Histogram
* Percentile Rank Agg HDR Histogram
2017-07-18 14:06:22 +02:00
Alexander Kazakov
64abc47ab0
[Docs] Fix documentation for percentiles bucket aggregation ( #25229 )
2017-06-15 10:16:32 +02:00
Suhas Karanth
09c5fbfd00
Docs: Correct description of example ( #24541 )
...
Copy and paste error.
2017-05-09 15:18:43 -04:00
Zachary Tong
130f1a56f1
Re-enable doc testing for Pipeline Aggregations ( #24374 )
...
* Re-enable doc testing for Pipeline Aggregations
Also adds a response + test for movavg pipeline
2017-05-01 13:30:51 -04:00
Suhas Karanth
777b5a3c16
Correct documentation for Min Bucket Aggregation ( #23867 )
2017-04-05 12:39:37 +02:00
msancho
a37c759ba2
Fixed typo in documentation ( #23406 )
...
* Fixed typo in documentation
The option in "gap_policy" "insert_zeros" was missing a trailing "s"
* Update movavg-aggregation.asciidoc
2017-03-01 15:22:26 +01:00
Randall Britten
c54fa177ef
Docs: Fixed Parameters tables to use defaults col ( #23396 )
...
Occurred in a few places for pipeline aggregates.
2017-03-01 14:47:21 +01:00
Florian Hopf
0e18782d11
Update bucket-script-aggregation.asciidoc ( #22219 )
...
Example is missing "params." for painless
2016-12-16 12:39:22 +01:00
Adrien Grand
263af27d76
Fix docs example after #21218 .
2016-11-07 14:57:20 +01:00
Jack Conradson
131e370a16
Make Painless the default scripting language.
...
Closes #20017
2016-08-22 17:38:02 -07:00
Nik Everett
c66db9a81e
Add `// CONSOLE` to much of pipeline agg docs
...
Most of the examples in the pipeline aggregation docs use a small
"sales" test data set and I converted all of the examples that use
it to `// CONSOLE`. There are still a bunch of snippets in the pipeline
aggregation docs that aren't `// CONSOLE` so they aren't tested. Most
of them are "this is the most basic form of this aggregation" so they
are more immune to errors and bit rot then the examples that I converted.
I'd like to do something with them as well but I'm not sure what.
Also, the moving average docs and serial diff docs didn't get a lot of
love from this pass because they don't use the test data set or follow
the same general layout.
Relates to #18160
2016-08-17 09:26:41 -04:00
Thomas Decaux
bf2e5cb988
[docs] Remove extra "s" at buckets_path snippet
...
Closes #19907
2016-08-10 08:56:00 -04:00
Deb Adair
c522568d1b
Docs: Fixed typos in example buckets_paths > buckets_path.
2016-08-09 14:37:37 -07:00
Sergii Golubev
2f6405ee27
serial-diff-aggregation.asciidoc: fix a mistake ( #17950 )
2016-04-25 07:45:54 -04:00
Dmitrii Izgurskii
272f3eb140
Add missing comma
...
Added missing comma
2016-04-06 15:03:37 -06:00
Clinton Gormley
300554841e
Merge pull request #16738 from robertlyson/patch-1
...
Update to serial differencing aggregation doc
2016-02-28 20:09:14 +01:00
evanfreed
7ed30a9c00
Spelling
...
Corrected spelling.
2016-02-26 13:39:25 -05:00
Robert
7844804874
Update to serial differencing aggregation doc
...
Hi,
`thirtieth_difference` should use `the_sum` metric as the `buckets_path`.
2016-02-20 12:13:02 +01:00
KangYongKyun
b5d49641fb
colon is added
...
"predict" 10 => "predict" : 10
2015-11-05 11:32:20 +09:00
Clinton Gormley
dc018cf622
Updated docs for 3.0.0-beta
2015-10-07 13:27:46 +02:00
Zachary Tong
397d5beae1
Aggregations: Add stats_bucket / extended_stats_bucket pipeline aggregations
...
These are the complements to the stats/extended_stats metric aggregations, and can be used
to calculate a variety of statistics over buckets
2015-09-04 15:23:48 -04:00
Zachary Tong
c5b39ce85e
[DOCS] Fix broken inter-page link
2015-09-03 23:17:01 -04:00
Zachary Tong
1016734b4c
Aggregations: Add percentiles_bucket pipeline aggregations
...
This pipeline will calculate percentiles over a set of sibling buckets. This is an exact
implementation, meaning it needs to cache a copy of the series in memory and sort it to determine
the percentiles.
This comes with a few limitations: to prevent serializing data around, only the requested percentiles
are calculated (unlike the TDigest version, which allows the java API to ask for any percentile).
It also needs to store the data in-memory, resulting in some overhead if the requested series is
very large.
2015-09-03 22:24:14 -04:00
Shane Connelly
5e385d5bf2
Fixed non-valid JSON (though ES would accept it)
2015-09-01 13:17:07 -07:00
Clinton Gormley
aa52c4f712
Docs: Fixed variations of spelling of buckets_path
...
Closes #13201
2015-08-31 13:47:40 +02:00
Colin Goodheart-Smithe
9112217869
Merge pull request #13024 from iantruslove/patch-1
...
[DOCS] Couple of typos - various misspellings of `buckets-path`
2015-08-24 15:37:05 +02:00
Murilo Pereira
a960b3cac4
Here too.
2015-08-20 18:07:51 -03:00
Murilo Pereira
13f961a3d3
s/bucket_paths/buckets_path/
...
Using "bucket_paths" makes the server return a 400 with "Unknown key for a VALUE_STRING in [aggregation-name]: [buckets_paths]."
2015-08-20 18:05:02 -03:00
Ian Truslove
ae0a74eb1c
Couple of typos - various misspellings of `buckets-path`
2015-08-20 14:57:09 -06:00
Clinton Gormley
c6c3a40cb6
Docs: Updated annotations for 2.0.0-beta1
2015-08-14 10:51:09 +02:00
Zachary Tong
bb9c160855
Merge pull request #11196 from polyfractal/feature/aggs_2_0_diff
...
Aggregations: add serial differencing pipeline aggregation
2015-07-10 18:26:19 -04:00
Zachary Tong
e3f9d561e4
Aggregations: add serial differencing pipeline aggregation
2015-07-10 18:22:01 -04:00
Zachary Tong
0f76e656dd
Aggregations: add cost minimizer to moving_avg aggregation
2015-07-08 16:20:34 -04:00
Colin Goodheart-Smithe
1d7fc6b4f2
Aggregations: Pipeline Aggregation to filter buckets based on a script
...
This pipeline aggregation runs a script on each bucket in the parent aggregation to determine whether the bucket is kept in the final aggregation tree. If the script returns true the bucket is retained, if it returns false the bucket is dropped
2015-07-07 09:51:16 +01:00
Colin Goodheart-Smithe
62cbeecadf
[DOCS] marked pipeline aggregator documentation as Experimental
2015-06-30 10:30:50 +01:00
Colin Goodheart-Smithe
f21924ae0d
Aggregations: Adds cumulative sum aggregation
...
This adds a new pipeline aggregation, the cumulative sum aggregation. This is a parent aggregation which must be specified as a sub-aggregation to a histogram or date_histogram aggregation. It will add a new aggregation to each bucket containing the sum of a specified metrics over this and all previous buckets.
2015-06-25 14:27:57 +01:00
Colin Goodheart-Smithe
f26311e88b
Aggregations: Rename `series_arithmetic` agg to `bucket_script`
2015-06-23 14:00:17 +01:00
Colin Goodheart-Smithe
a216062d88
Aggregations: allow users to perform simple arithmetic operations on histogram aggregations
...
Closes #11029
2015-06-12 09:25:52 +01:00
Zachary Tong
d32a80f37b
Docs: Fix misplaced images in moving_avg docs
2015-05-27 16:13:36 -04:00
Zachary Tong
491afbe01c
Aggregations: Add Holt-Winters model to `moving_avg` pipeline aggregation
...
Closes #11043
2015-05-27 14:45:45 -04:00
Colin Goodheart-Smithe
35deb7efea
Aggregations: Renaming reducers to Pipeline Aggregators
2015-05-21 14:57:23 +01:00