Refactor current handling of deleting indices, template and policies, as it might be dangerous and can affect test parallelization.
quoting @urso from a conversation over this:
Normally for these kind of tests I use a mix of -- as a prefix. And this per test. Teardown cleans resources only on success, or always after dumping state to some files. But this also requires a few more changes to the beats configs I guess.
Refactor current handling of deleting indices, template and policies, as it might be dangerous and can affect test parallelization.
quoting @urso from a conversation over this: