Hi I have viewed this already but I don’t know what it means.
Don’t forget to select tags to help index your topic!
1. Describe your incident:
I have a graylog server, and a logging client that I want to send logs from directories from. Filebeat and graylog-sidecar are installed there.
In journalctl it says “level=info msg=“No configurations assigned to this instance. Skipping configuration request.””
I have my collector configured (correctly?)
and I have my my Input
and I have my graylog server sidecar config
and I have my sidecar.yml configured … I think:
server_url: “http://XXXXXXXXXXXX:9000/api/”
server_api_token: “xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”
node_id: “file:/etc/graylog/sidecar/node-id”
node_name: “XXXXXXXX”
list_log_files:
- /var/log/
collector_binaries_accesslist:- /usr/bin/filebeat
2. Describe your environment:
- OS Information:
graylog server is on Rocky 8.6
Client is on centos 7.9
- Package Version:
graylog-server.x86_64 5.0.2-1
filebeat-8.6.0-x86_64.rpm
graylog-sidecar.x86_64 1.4.0-2
- Service logs, configurations, and environment variables:
3. What steps have you already taken to try and solve the problem?
Ive been watching journalctl, looking every on the /api/api-browser page… trying to figure out what this initial API call is all about.
4. How can the community help?
Please let me know how to “make API call to Graylog to assign the configuration.” as I read in this link posted at the top of this post.




