Hi There,
I’m new to Elasticsearch and trying to create new index in Elasticsearch using curator 5.6.0. im getting error “Schema error: extra keys not allowed @ data['action’]”
Below is the action file configuration
actions:
filebeat:
action: create_index
description: >-
Creating index as "Filebeat" name and it will be Time based indexing
options:
name: '<filebeat-{now/d+1d}>'
extra_settings:
settings:
number_of_shards: 5
number_of_replicas: 2
continue_if_exception: True
disable_action: False
winlogbeat:
description: >-
Creating index as "Filebeat" name and it will be Time based indexing
options:
name: "<winlogbeat-{now/d+1d}>"
extra_settings:
settings:
number_of_shards: 5
number_of_replicas: 2
continue_if_exception: True
disable_action: False