Some of journeys, e.g. cloud_security_dashboard, require index to be created using create data stream api;
ESArchiver.scala is to be extended with create data stream api call for indexes matches logs-* pattern
Caused by: java.lang.RuntimeException: co.elastic.clients.elasticsearch._types.ElasticsearchException: [es/indices.create]
failed: [illegal_argument_exception] cannot create index with name [logs-cloud_security_posture.findings_latest-default],
because it matches with template [logs] that creates data streams only, use create data stream api instead
Some of journeys, e.g. cloud_security_dashboard, require index to be created using create data stream api;
ESArchiver.scala is to be extended with create data stream api call for indexes matches
logs-*
pattern