OpenSearch/qa/rolling-upgrade
Jay Modi e3e82ccb2d Security: IndexAuditTrail updates mappings when indexing locally (elastic/x-pack-elasticsearch#3944)
This change makes the IndexAuditTrail update mappings for the current
index even when indexing locally. This is needed in a couple of
scenarios; the first being upgrades from 5x to 6x where the document
type was changed and the second is when upgrading minor versions and
a new field has been introduced. A new field was introduced in 6.2.

Additionally, writing tests for the rolling upgrade revealed a bug
where the actual node name was never being set as it was using the name
key instead of the node.name key.

relates elastic/x-pack-elasticsearch#3901
relates elastic/x-pack-elasticsearch#3718

Original commit: elastic/x-pack-elasticsearch@7374a62ff1
2018-02-20 11:09:56 -07:00
..
src/test Security: IndexAuditTrail updates mappings when indexing locally (elastic/x-pack-elasticsearch#3944) 2018-02-20 11:09:56 -07:00
with-system-key Add basic full cluster restart tests for x-pack (elastic/x-pack-elasticsearch#1743) 2017-06-16 11:44:51 -04:00
without-system-key Add basic full cluster restart tests for x-pack (elastic/x-pack-elasticsearch#1743) 2017-06-16 11:44:51 -04:00
build.gradle Security: IndexAuditTrail updates mappings when indexing locally (elastic/x-pack-elasticsearch#3944) 2018-02-20 11:09:56 -07:00