coreyho opened a new issue #4699:
URL: https://github.com/apache/skywalking/issues/4699
Please answer these questions before submitting your issue.
- Why do you submit this issue?
- [ ] Question or discussion
- [ ] Feature or performance improvement
___
### Question
- What do you want to know?
Why the config 'flushInterval' in ’application.yml‘ is bound to
"index.refresh_interval"?
```
org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.StorageEsInstaller#createSetting
setting.put("index.refresh_interval", record ?
TimeValue.timeValueSeconds(10).toString() :
TimeValue.timeValueSeconds(config.getFlushInterval()).toString());
```
___
___
### Requirement or improvement
- Please describe about your requirements or improvement suggestions.
Adding more config about elasticsearch such as
'index.merge.scheduler.max_thread_count' which is important and necessary.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]