OpenSearch/plugin
Zachary Tong 7810dc6146 [Rollup] Add `value_count` metric (elastic/x-pack-elasticsearch#4315)
Adds `value_count` as one of the accepted metrics.  The caveat is that
it only accepts numeric values for two reasons:

- Job validation at creation makes sure all metrics are numeric fields.
Changing this would require new syntax (or disallowing anything but
value_count on mixed fields)
- when `toBuilders()` is called, we have to supply a ValueSource to
the ValueCountBuilder, and we don't know what the field type is at that
time.

These are both fixable, but relatively more involved.  I think numeric-only
is a reasonable limitation to start with

Original commit: elastic/x-pack-elasticsearch@270f24c8bf
2018-04-06 10:47:33 -07:00
..
bwc Relax remote check for bwc project checkouts (elastic/x-pack-elasticsearch#3924) 2018-02-13 14:54:38 -06:00
core [Rollup] Add `value_count` metric (elastic/x-pack-elasticsearch#4315) 2018-04-06 10:47:33 -07:00
deprecation Add migration check for deprecated `delimited_payload_filter` (elastic/x-pack-elasticsearch#4310) 2018-04-06 13:41:00 +02:00
graph [TEST] Add deterministic routing of docs to shards to prevent 2018-02-19 15:46:51 +00:00
logstash [Logstash][Monitoring] Fix Registered Usage and Add Tests (elastic/x-pack-elasticsearch#4075) 2018-03-08 14:53:05 -08:00
ml Adjust to Streams.copy moving into elasticsearch-core (elastic/x-pack-elasticsearch#4263) 2018-04-06 11:07:25 -06:00
monitoring Adjust to Streams.copy moving into elasticsearch-core (elastic/x-pack-elasticsearch#4263) 2018-04-06 11:07:25 -06:00
rollup [Rollup] Add `value_count` metric (elastic/x-pack-elasticsearch#4315) 2018-04-06 10:47:33 -07:00
security Adjust to Streams.copy moving into elasticsearch-core (elastic/x-pack-elasticsearch#4263) 2018-04-06 11:07:25 -06:00
sql Adjust to Streams.copy moving into elasticsearch-core (elastic/x-pack-elasticsearch#4263) 2018-04-06 11:07:25 -06:00
src/test [Rollup] Validate field mapping before creating Rollup Job (elastic/x-pack-elasticsearch#4274) 2018-04-04 15:32:26 -07:00
upgrade Disable security for trial licenses by default (elastic/x-pack-elasticsearch#4120) 2018-03-21 21:09:44 -06:00
watcher Adjust to Streams.copy moving into elasticsearch-core (elastic/x-pack-elasticsearch#4263) 2018-04-06 11:07:25 -06:00
build.gradle Disable security for trial licenses by default (elastic/x-pack-elasticsearch#4120) 2018-03-21 21:09:44 -06:00