Hi,
I have a kibana access block which, atm, looks like this:
- name: "::AUTHORIZED_KIBANA_RW_ACCESS::"
kibana_access: rw
kibana_index: .kibana
indices: ["*"]
However, writes to the .kibana_task_manager
index are being blocked by block lower down which prevent bulk ingestion on this node. So, why is this index update from kibana not captured by this code block?
Thx
D