Great simple solution Edmundo! On Tuesday, June 23, 2015 at 2:50:27 AM UTC-6, Edmundo Alvarez wrote: > > Hi Allan, > > You can only upload logs to Graylog by sending them through a network > interface, but you can do that from a different computer than the one > generating the logs. > > I would place the log file you want to analyse in a computer that can > access Graylog, then create a raw TCP input in Graylog (you can also use an > existing input or create another type, depending on what you want to do). > Once the input is started, you can send the log file through the network by > using nc from your command line, for example: > > nc -w0 <graylog-host> 5555 < ./logfile.log > > As far as I know that only works on OS X and Linux, but I guess there will > be a way of doing something similar on Windows :) > > Hope that helps. > > Regards, > > Edmundo > > > On 23 Jun 2015, at 03:46, Allan Vargas <[email protected] > <javascript:>> wrote: > > > > Hi! > > Is there any option where I can upload logs to analyze in GrayLog? > > > > I need to import logs from a CISCO ASA device that is not connected to > the network, so I need to include this manually. > > > > > > Thanks and regards, > > By the way sorry for my bad english, > > > > > > -- > > You received this message because you are subscribed to the Google > Groups "graylog2" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] <javascript:>. > > For more options, visit https://groups.google.com/d/optout. > >
-- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/08da98dc-4495-4cc2-a6d4-4646965691bf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
