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

How can I customize the Index codecs in the Index Setting of Graylog datanode? #20557

Open
macaty opened this issue Sep 26, 2024 · 4 comments
Open

Comments

@macaty
Copy link

macaty commented Sep 26, 2024

OpenSearch already supports zstd Index codecs. How can I set the corresponding setting in Graylog datanode?

https://opensearch.org/docs/latest/install-and-configure/configuring-opensearch/index-settings/

  • Graylog Version: 6.0
@macaty macaty added the bug label Sep 26, 2024
@macaty
Copy link
Author

macaty commented Sep 26, 2024

@drewmiranda-gl
Copy link
Member

You can interact directly with OpenSearch by using Data Node to generate an auth certificate and then authenticating with that cert. See https://go2docs.graylog.org/current/downloading_and_installing_graylog/install_graylog_data_node.htm?Highlight=data%20node#CreateClientCertificateforThirdPartyTools

@macaty
Copy link
Author

macaty commented Sep 29, 2024

Thank you very much, I have created the access key and can query the index template. how can i setting index template?
image
When I finish the index setting: "codec" : "best_compression",
image
When rotating Nginx indices after clicking the 'Rotate active write index' button, the settings revert to default instead of retaining the custom settings.
image

@macaty
Copy link
Author

macaty commented Oct 21, 2024

we want to specify the compression level and change the index.codec to best_compression/zstd ,in most log scenarios, pls help

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