We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am on Rocky Linux release 9.4 (Blue Onyx) attempting to use tlog play to relplay logs that I ha stored in elasticsearch.
tlog --version = 14
Using command tlog-play -r es --es-baseurl='https://test.hostname/user-logs-2024.08.28/_search' --es-query='session:3' --es-verbose
tlog-play -r es --es-baseurl='https://test.hostname/user-logs-2024.08.28/_search' --es-query='session:3' --es-verbose
The command does not seam to read authentication and returns error code 401.
I have tried setting:
If I set .netrc and use curl https://test.hostname/user-logs-2024.08.28/_search the command succeds and returns authentication.
curl https://test.hostname/user-logs-2024.08.28/_search
Any ideas on how to solve?
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am on Rocky Linux release 9.4 (Blue Onyx) attempting to use tlog play to relplay logs that I ha stored in elasticsearch.
tlog --version = 14
Using command
tlog-play -r es --es-baseurl='https://test.hostname/user-logs-2024.08.28/_search' --es-query='session:3' --es-verbose
The command does not seam to read authentication and returns error code 401.
I have tried setting:
If I set .netrc and use
curl https://test.hostname/user-logs-2024.08.28/_search
the command succeds and returns authentication.Any ideas on how to solve?
Thanks
The text was updated successfully, but these errors were encountered: