mmengLong opened a new issue, #5829: URL: https://github.com/apache/shenyu/issues/5829
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 'setIndeName' should be 'setIndexName' in ElasticSearchLogConfig.class ### Expected Behavior ``` /** * setIndexName. * @param indexName indexName */ public void setIndexName(final String indexName) { this.indexName = indexName; } ``` ### Steps To Reproduce _No response_ ### Environment ```markdown 2.7.0-SNAPSHOT ``` ### Debug logs _No response_ ### Anything else? _No response_ -- 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: notifications-unsubscr...@shenyu.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org