OpenSearch/x-pack/plugin
Shaunak Kashyap b86621c157
Adding mapping for hostname field (#37288)
This new `hostname` field is meant to be a replacement for its sibling `name` field. See https://github.com/elastic/beats/pull/9943, particularly https://github.com/elastic/beats/pull/9943#discussion_r245932581.

This PR simply adds the new field (`hostname`) to the mapping without removing the old one (`name`), because a user might be running an older-version Beat (without this field rename in it) with a newer-version Monitoring ES cluster (with this PR's change in it).

AFAICT the Monitoring UI isn't currently using the `name` field so no changes are necessary there yet. If it decides to start using the `name` field, it will also want to look at the value of the `hostname` field.
2019-01-14 12:41:10 -08:00
..
ccr Implement ccr file restore (#37130) 2019-01-14 13:07:55 -07:00
core Adding mapping for hostname field (#37288) 2019-01-14 12:41:10 -08:00
deprecation Simplify deprecation issue levels (#36326) 2018-12-07 15:45:53 -07:00
graph Remove X-Pack centric graph endpoints (#36010) 2018-11-29 07:09:37 -05:00
ilm Tests: Add ElasticsearchAssertions.awaitLatch method (#36777) 2019-01-10 09:25:36 +01:00
logstash Rename confusing variable holding name of Logstash index template (#36840) 2018-12-19 12:09:37 -07:00
ml [ML] Use String rep of Version in map for serialisation (#37416) 2019-01-14 16:39:47 +00:00
monitoring Type removal - added deprecation warnings to _bulk apis (#36549) 2019-01-10 21:35:19 +00:00
rollup Fix RollupDocumentation test to wait for job to stop 2019-01-11 14:14:58 -05:00
security Mute SslNullCipherTests on JDK12 2019-01-14 10:50:24 +02:00
sql SQL: Use declared source for error messages (#37161) 2019-01-13 01:40:22 +02:00
src/test [CCR] Resume follow Api should not require a request body (#37217) 2019-01-10 09:48:26 +01:00
upgrade Converting randomized testing to create a separate unitTest task instead of replacing the builtin test task (#36311) 2018-12-19 08:25:20 +02:00
watcher Add whitelist to watcher HttpClient (#36817) 2019-01-11 09:22:47 +01:00
build.gradle