Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[elasticsearch] add settings to search indexing slow log #4615

Closed
tcompiegne opened this issue Nov 16, 2020 · 0 comments
Closed

[elasticsearch] add settings to search indexing slow log #4615

tcompiegne opened this issue Nov 16, 2020 · 0 comments

Comments

@tcompiegne
Copy link
Member

Same principle as gravitee-io/gravitee-common-elasticsearch@7b68502 (ILM) we should be able to set the following settings to all index mapping :

  "index.indexing.slowlog.threshold.query.warn": "10s",
  "index.indexing.slowlog.threshold.query.info": "5s",
  "index.indexing.slowlog.threshold.query.debug": "2s",
  "index.indexing.slowlog.threshold.query.trace": "500ms",
  "index.indexing.slowlog.threshold.fetch.warn": "1s",
  "index.indexing.slowlog.threshold.fetch.info": "800ms",
  "index.indexing.slowlog.threshold.fetch.debug": "500ms",
  "index.indexing.slowlog.threshold.fetch.trace": "200ms",
  "index.indexing.slowlog.level": "info"
@tcompiegne tcompiegne added this to the APIM - 1.30.26 milestone Nov 16, 2020
@gcusnieux gcusnieux self-assigned this Nov 23, 2020
gcusnieux added a commit to gravitee-io/gravitee-common-elasticsearch that referenced this issue Nov 23, 2020
gcusnieux added a commit to gravitee-io/gravitee-api-management that referenced this issue Nov 24, 2020
aelamrani pushed a commit to gravitee-io/gravitee-api-management that referenced this issue Nov 24, 2020
aelamrani pushed a commit to gravitee-io/gravitee-common-elasticsearch that referenced this issue Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants