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

Expose Logs of OpenSearch #17730

Closed
moesterheld opened this issue Dec 18, 2023 · 2 comments · Fixed by #19352
Closed

Expose Logs of OpenSearch #17730

moesterheld opened this issue Dec 18, 2023 · 2 comments · Fixed by #19352
Assignees

Comments

@moesterheld
Copy link
Contributor

moesterheld commented Dec 18, 2023

Make the logs of the data node's OpenSearch available in the UI.
This should also include the logs for remote reindexing in the migration wizard.

@todvora
Copy link
Contributor

todvora commented Dec 21, 2023

Currently the datanode provides https://localhost:8999/logs/stdout and https://localhost:8999/logs/stderr by default. See https://github.com/Graylog2/graylog2-server/blob/master/data-node/src/main/java/org/graylog/datanode/rest/LogsController.java. We just need a proxy or access to the datanode REST from the graylog server to display these.

@todvora
Copy link
Contributor

todvora commented Feb 13, 2024

Both stdout and stderr now available through the datanode proxy:

http://localhost:9000/api/datanodes/rest/logs/stdout
http://localhost:9000/api/datanodes/rest/logs/stderr

@gally47 gally47 assigned gally47 and unassigned gally47 Apr 17, 2024
@gally47 gally47 mentioned this issue May 15, 2024
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants