StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, incident responses, troubleshooting, deployments, and more for DevOps and SREs. Includes rules engine, workflow, 160 integration packs with 6000+ actions (see https://exchange.stackstorm.org) and ChatOps. Installer at https://docs.stackstorm.com/install/index.html
The index has improved request speed. However, the created index is automatically deleted.
2024-11-15T03:22:50.069+0900 I ACCESS [conn965898] Successfully authenticated as principal st2admin on st2 from client xxx.xxx.xxx.xxx:50468
2024-11-15T03:22:50.103+0900 I COMMAND [conn965898] CMD: dropIndexes st2.action_execution_d_b
Then I have two questions
Is it a specification that user-created index is deleted?
Is there a way to prevent user-created index from being automatically deleted?
I am trying to use ST2 REST API to get executions.
This request takes about 5 to 8 seconds in our environment.
I checked the mongoDB's execution plan and found that the sorting process took a long time.
I created a following index to speed up the sorting process.
The index has improved request speed. However, the created index is automatically deleted.
Then I have two questions