[graylog2] Re: Getting plain text into Graylog2

2014-10-24 Thread Martin René Mortensen
Personally i just cat the file through netcat and into an input. You can use any syslog input if you pre-pend a syslog tag like <14> for cron.user, or make a plain text input. Then just nc -u -w1 graylog2 514 > Hi, > > Please could you point me in the right direction for a simple way to get

[graylog2] Re: Getting plain text into Graylog2

2014-10-23 Thread Jochen Schalanda
Hi Iain, Am Mittwoch, 22. Oktober 2014 18:06:33 UTC+2 schrieb Iain Keddie: > > Please could you point me in the right direction for a simple way to get > text from an arbitrary file, into Graylog2? > In general you can set-up a Raw UDP or Raw TCP Input on your Graylog2 server and send your logs