Hi
loving experimenting with graylog2
currently i have my logs coming in to a syslog-ng server
the config file on the syslog server is sort of like this
source of incoming remote logs
destination syslog logs dir saved under ip address, then by date
destination graylog server
log source and then both destinations
so as logs come in they are saved locally, some templates applied depending on the source, and then sent on to the graylog server
now, through experimenting with graylog i have gone through various rebuilds
how can i resend/reprocess the saved data on the syslog-ng server back to graylog server?
whilst still working to accept logs from current sources
MTIA