mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
Parameters accepted by the aggregator include: * prefix_length (integer, required): defines the network size of the subnet mask; * is_ipv6 (boolean, optional, default: false): defines whether the prefix applies to IPv6 (true) or IPv4 (false) IP addresses; * min_doc_count (integer, optional, default: 1): defines the minimum number of documents for a bucket to be returned in the results; * append_prefix_length (boolean, optional, default: false): defines if the prefix length is appended to the IP address key when returning results; * keyed (boolean, optional, default: false): defines whether the result is returned keyed or as an array of buckets; Each bucket returned by the aggregator represents a different subnet. IPv4 subnets also include a netmask field set to the subnet mask value (i.e. "255.255.0.0" for a /16 subnet). Related to: #57964 and elastic/kibana#68424 |
||
---|---|---|
.. | ||
adjacency-matrix-aggregation.asciidoc | ||
autodatehistogram-aggregation.asciidoc | ||
categorize-text-aggregation.asciidoc | ||
children-aggregation.asciidoc | ||
composite-aggregation.asciidoc | ||
datehistogram-aggregation.asciidoc | ||
daterange-aggregation.asciidoc | ||
diversified-sampler-aggregation.asciidoc | ||
filter-aggregation.asciidoc | ||
filters-aggregation.asciidoc | ||
geodistance-aggregation.asciidoc | ||
geohashgrid-aggregation.asciidoc | ||
geohexgrid-aggregation.asciidoc | ||
geotilegrid-aggregation.asciidoc | ||
global-aggregation.asciidoc | ||
histogram-aggregation.asciidoc | ||
ipprefix-aggregation.asciidoc | ||
iprange-aggregation.asciidoc | ||
missing-aggregation.asciidoc | ||
multi-terms-aggregation.asciidoc | ||
nested-aggregation.asciidoc | ||
parent-aggregation.asciidoc | ||
range-aggregation.asciidoc | ||
range-field-note.asciidoc | ||
rare-terms-aggregation.asciidoc | ||
reverse-nested-aggregation.asciidoc | ||
sampler-aggregation.asciidoc | ||
significantterms-aggregation.asciidoc | ||
significanttext-aggregation.asciidoc | ||
terms-aggregation.asciidoc | ||
variablewidthhistogram-aggregation.asciidoc |