Skip to content

Commit

Permalink
[7.7] Update ILM node attributes blacklist. (#62093) (#62192)
Browse files Browse the repository at this point in the history
- Remove 'testattr' because this doesn't seem to be used in production by ES.
- Add 'transform.node' (added via https://github.com/elastic/elasticsearch/pull/52712/files#diff-225cc2c1291b4c60a8c3412a619094e1R147).

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
cjcenizal and elasticmachine authored Apr 4, 2020
1 parent ef649b8 commit b291b8b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export const NODE_ATTRS_KEYS_TO_IGNORE: string[] = [
'ml.enabled',
'ml.machine_memory',
'ml.max_open_jobs',
'testattr',
// Used by ML to identify nodes that have transform enabled:
// https://github.com/elastic/elasticsearch/pull/52712/files#diff-225cc2c1291b4c60a8c3412a619094e1R147
'transform.node',
'xpack.installed',
];

0 comments on commit b291b8b

Please sign in to comment.