input file:

input file:

you make your postings unreadable
I can’t help you because I do not understand what you have done and what is not working.
Could you please correct me if i am configuring wrongly.
As Jan pointed out, the formatting of your YML file has been completely lost, because you did not use the “code” button to retain formatting. When copy/pasting configuration files or logging, it is best to:
</>Like so:
server_url: http://graylogserverip:port/api/
update_interval: 30
tls_skip_verify: true
send_status: true
list_log_files:
* /var/log
node_id: graylog-collector-sidecar
collector_id: file:/etc/graylog/collector-sidecar/collector-id
cache_path: /var/cache/graylog/collector-sidecar
log_path: /var/log/graylog/collector-sidecar
log_rotation_time: 86400
log_max_age: 604800
tags:
* linux
* apache
backends:
* name: nxlog
enabled: true
binary_path: /usr/bin/nxlog
configuration_path: /etc/graylog/collector-sidecar/generated/nxlog.conf
This will make the text a lot more readable and it retains YML formatting.
Looking at the screenshots, generally speaking, the details look mostly okay.
So now we’re down to basic troubleshooting ![]()
If you cannot connect, but the port is open, check the firewall on the Graylog box. If you can connect, restart the Sidecar Collector.
Now check the Graylog GUI, in System > Collectors. Is the Apache host listed as an active collector? If not, then there is a problem with even connecting the Sidecar to Graylog. If it does show up, then we’re one step further!
If the Sidecar was starting and it connected to Graylog, can you now also see an active connection between your Apache box and 5044 on the Graylog box? Check on both sides using netstat.