anjoy8 opened a new issue #8270: URL: https://github.com/apache/skywalking/issues/8270
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues. ### Apache SkyWalking Component OAP server (apache/skywalking) ### What happened **First of all**, I started the oap and ui services with the docker image of 8.9.0. ``` docker run --name skywalking-oap -p 11800:11800 -p 12800:12800 -d -e SW_STORAGE=elasticsearch -e SW_STORAGE_ES_CLUSTER_NODES=elasticsearch:9200 apache/skywalking-oap-server:8.9.0 docker run --name skywalking-ui --restart always -p 8080:8080 -d -e SW_OAP_ADDRESS=http://elasticsearch:12800 apache/skywalking-ui:8.9.0 ``` **Then**, an ES index with today(20211209) as suffix will be generated. **Next**, I delete these indexes and restart OAP service. **Finally**, some indexes cannot be created, such as sw_service_traffic.  ### What you expected to happen I hope the project can start normally and create the ES index of index. ### How to reproduce **First of all**, I started the oap and ui services with the docker image of 8.9.0. ``` docker run --name skywalking-oap -p 11800:11800 -p 12800:12800 -d -e SW_STORAGE=elasticsearch -e SW_STORAGE_ES_CLUSTER_NODES=elasticsearch:9200 apache/skywalking-oap-server:8.9.0 docker run --name skywalking-ui --restart always -p 8080:8080 -d -e SW_OAP_ADDRESS=http://elasticsearch:12800 apache/skywalking-ui:8.9.0 ``` **Then**, an ES index with today(20211209) as suffix will be generated. **Next**, I delete these indexes and restart OAP service. **Finally**, some indexes cannot be created, such as sw_service_traffic.  ### Anything else _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
