Hello,
I have graylog server and multiple application server. Some application server have logs in /var folder and some in /home folder …
I am not able to fetch logs in UI what am I doing wrong.???
eg: My Graylog server is at 39 machine and application server is 53(have authentication)
My sidecar collector configuration is
# Needed for Graylog
fields_under_root: true
fields.collector_node_id: {sidecar.nodeName}
fields.gl2_source_collector: {sidecar.nodeId}
I am not able to fetch logs in UI what am I doing wrong.???
I do not get what you want to configure here … I guess you want to configure filebeat? Why did you want to configure the output to the application server?
You run:
[ APP Server ( filebeat - collecting all logs you like ) ] – default port 5044 TCP–> [ Graylog (having one input running for beats) ]
guess you want to configure filebeat?
I have multiple modules in the Application like kafka, database, UI Server, API server, gateway, iot server … they are generating their respective logs on their respective servers … i want to feed all those logs to graylog server which in my case is 192.168.1.39… as i am newbee to graylog
I tried to log local logs which are on 192.168.1.39 itsself they are visible on UI but these external logs are not reflecting .