Skip to content

Commit

Permalink
Update ILM node attributes blacklist. (elastic#62093)
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).
  • Loading branch information
cjcenizal committed Apr 1, 2020
1 parent 33d6061 commit e8049b0
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 e8049b0

Please sign in to comment.