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

Could not connect to Graylog interface #74

Open
ajabir opened this issue Jul 10, 2024 · 0 comments
Open

Could not connect to Graylog interface #74

ajabir opened this issue Jul 10, 2024 · 0 comments

Comments

@ajabir
Copy link

ajabir commented Jul 10, 2024

I am running latest version on Linux since early June 2024, and it has been working fine. However, since last week I noticed that there are problems with the program. When I run the program manually, it throws error after some time:

Could not connect to Graylog interface on: 10.xx.yy.48:5010 with: Cannot assign requested address (os error 99)

With RUST_BACKTRACE=1 gives:

thread 'main' panicked at src/interfaces/graylog_interface.rs:43:17:
Could not connect to Graylog interface on: 10.xx.yy.48:5010 with: Cannot assign requested address (os error 99)
stack backtrace:
0: rust_begin_unwind
1: core::panicking::panic_fmt
2: office_audit_log_collector::interfaces::graylog_interface::GraylogInterface::get_socket
3: <office_audit_log_collector::interfaces::graylog_interface::GraylogInterface as office_audit_log_collector::interfaces::interface::Interface>::send_logs::{{closure}}
4: office_audit_log_collector::collector::Collector::output::{{closure}}
5: tokio::runtime::park::CachedParkThread::block_on
6: tokio::runtime::runtime::Runtime::block_on
7: office_audit_log_collector::main

Is there anything needs to be tuned in kernel settings?

Thanks!

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

No branches or pull requests

1 participant