-
Notifications
You must be signed in to change notification settings - Fork 1
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
Issue when runing ./fluent-bit.start #31
Comments
But I think your problem is that you are not running |
Hi, I ended up changing the last line of the script to this: [2021-10-20T09:11:11,961][INFO ][o.o.j.s.JobSweeper ] [node-1] Running full sweep |
I think it would be a good idea to validate ZeetBit compatibility with OpenSearch. Could you please share your |
td-agent-bit/bionic,now 1.8.8 amd64 [installed] [INPUT]
[OUTPUT] ~
|
If you look into
Could you check if you see such indexes created? I've noticed the error message you provided references
If yes, then there is one step needed that I missed in the README, which is to edit Once done, you'll find Zeek data on those indexes. |
AB: In Elastic I do not see any new indexes starting by logstash*.* sharp@nuc_linux:/usr/local/etc/fluent-bit/zeek$ sudo ./templates.update curl failed to verify the legitimacy of the server and therefore could not |
OK, you have TLS cert verification issue when running |
It didn't exist so I created it with touch and gave it fluentbit:fluentbit ownership. -rw-r--r-- 1 fluentbit fluentbit 5035 Oct 21 09:08 /var/log/fluent-bit.log [2021/10/21 13:08:21] [ info] [engine] started (pid=9573) |
Based on the log, fluent-bit is unable to connect to OpenSearch due to TLS cert issue. There is an error message saying it couldn't read a root CA directory.
Could you try replacing
with
and moving |
AB: I get a different error now in the fluent-bit logs [2021/10/21 13:22:33] [ info] [input] pausing tail.5 |
TLS certificate validation fails. You maybe using a self-signed certificate. Please add the following line to the end of
|
It works. Altho I'm still seeing these in the console. But I see the index in Opendashboard and I'm able to see data. Thank you for your help! [2021-10-21T23:20:54,518][WARN ][o.o.h.AbstractHttpServerTransport] [node-1] caught exception while handling client http traffic, closing connection Netty4HttpChannel{localAddress=/127.0.0.1:9200, remoteAddress=/127.0.0.1:44748} |
This would be fixed by replacing a certificate on your OpenSearch server to a trusted one. I've also made changes to |
Hi Alex, It gives me an argument error. See below. sharp@nuc_linux:/usr/local/etc/fluent-bit/zeek$ ./templates.update #!/bin/bash curl -k --user $ES_USER:$ES_PASSWORD -XPUT "https://$ES_HOST:$ES_PORT/_template/logstash-ecs_template" --header "Content-Type: application/json" -d @'logstash-ecs_template.json' |
Looks like we stumbled on some breaking changes between ES/OS versions. Which OpenSearch version are you using? |
Possibly, It's Open Search 1.1.0 |
Abou, could you please update |
When I try to launch ./fluent-bit.start I get a command not found. Do I have to install fluentbit a certain way in order for the command to launch?
sharp@nuc_linux:/usr/local/etc/fluent-bit$ sudo ./fluent-bit.start
sudo: ./fluent-bit.start: command not found
The text was updated successfully, but these errors were encountered: