A financial services firm must comply with SEC Rule 17a-4, which requires WORM (Write Once Read Many) storage for certain records. How can Elasticsearch deployments best meet this requirement?
-
A
Enable read-only index blocks after initial ingestion and pair with compliant WORM object storage for snapshots
-
B
Use Elasticsearch's built-in WORM mode flag in index settings
-
C
Set 'index.write.wait_for_active_shards' to 'all'
-
D
Configure ILM to freeze indices after creation