Hi,
I am in a process of checking if kibana can be used to help me with my log analysis. I am new to the logstash and elasticsearch technology and will be happy to get help to jump start my tests.
I am using syslog to forward my events to the Kibana server.
for the following log format, can someone help me with:
-
How do I logstash to receive the syslog events which are not coming from a logstash forwarder?
-
what is the logstash filter you recommend to use
-
How do I set the filter in logstash
01 2015-10-22T06:34:58.455Z 172.21.1.100 PaServer 0.08.002.02 INFO Changed logger configuration. username=nyotronsupport action_category=Logger Conf
01 2015-10-22T06:34:29.532Z 172.21.1.100 PaServer 0.08.002.02 INFO logged in from IP: 172.21.1.1 username=nyotronsupport action_category=Login
01 2015-10-22T06:29:42.232Z 172.21.1.100 PaServer 0.08.002.02 INFO Agent VLADIMIR-PC (172.21.1.125) updated BPM to version 507.349
01 2015-10-22T06:29:29.134Z 172.21.1.100 PaServer 0.08.002.02 INFO Agent FREDDY-PC (172.21.1.187) updated BPM Policy
01 2015-10-22T06:26:20.400Z 172.21.1.100 PaServer 0.08.002.02 INFO Agent 172.21.1.100 configured with slots: OSP, WEB, ADP, MESSANGER
01 2015-10-21T21:56:35.406Z 172.21.1.100 PaServer 0.08.002.02 EVENT endpoint=NIRSH-LPT(172.21.1.165), type=File Access, caller=SYSTEM\SYSTEM, callee='C:\Windows\CSC\v2.0.6\namespace\nt-dc-1\Home\nirsh\Sales\Office One Note','My_Notebook-2015-10-21.zip','C:\Windows\CSC\v2.0.6\temp','temp-{c45eb58a-77f2-11e5-bae3-005056c00008}.dat', MD5=66666666666666666666666666666666, description=''
01 2015-10-21T21:56:35.390Z 172.21.1.100 PaServer 0.08.002.02 EVENT endpoint=NIRSH-LPT(172.21.1.165), type=File Access, caller=SYSTEM\SYSTEM, callee='C:\Windows\CSC\v2.0.6\namespace\nt-dc-1\Home\nirsh\Sales\Office One Note','My_Notebook-2015-10-21.zip','C:\Windows\CSC\v2.0.6\temp','temp-{c45eb589-77f2-11e5-bae3-005056c00008}.dat', MD5=66666666666666666666666666666666, description=''
01 2015-10-21T21:56:23.780Z 172.21.1.100 PaServer 0.08.002.02 EVENT endpoint=NIRSH-LPT(172.21.1.165), type=File Access, caller=SYSTEM\SYSTEM, callee='C:\Windows\CSC\v2.0.6\namespace\nt-dc-1\Home\nirsh\Sales\Office One Note','My_Notebook-2015-10-21.zip','C:\Windows\CSC\v2.0.6\temp','temp-{c45eb57d-77f2-11e5-bae3-005056c00008}.dat', MD5=66666666666666666666666666666666, description=''
01 2015-10-21T18:36:10.625Z 172.21.1.100 PaServer 0.08.002.02 INFO Updated Agent NIRSH-LPT (172.21.1.165) to version 3.4
01 2015-10-21T21:09:21.624Z 172.21.1.100 PaServer 0.08.002.02 EVENT endpoint=MAROM-LPT(172.21.1.109), type=Network Access, caller=C:\PROGRAM FILES (X86)\FORTINET\FORTICLIENT\UPDATE_TASK.EXE, callee='96.45.33.99','80','','', MD5=1DC7AFB00A67CCCDCC7D5D59FA0A4491, description=''
01 2015-10-21T21:09:21.609Z 172.21.1.100 PaServer 0.08.002.02 EVENT endpoint=MAROM-LPT(172.21.1.109), type=Network Access, caller=C:\PROGRAM FILES (X86)\FORTINET\FORTICLIENT\UPDATE_TASK.EXE, callee='96.45.33.102','80','','', MD5=1DC7AFB00A67CCCDCC7D5D59FA0A4491, description=''
01 2015-10-21T21:09:21.609Z 172.21.1.100 PaServer 0.08.002.02 EVENT endpoint=MAROM-LPT(172.21.1.109), type=Network Access, caller=C:\PROGRAM FILES (X86)\FORTINET\FORTICLIENT\UPDATE_TASK.EXE, callee='96.45.33.101','80','','', MD5=1DC7AFB00A67CCCDCC7D5D59FA0A4491, description='
Thanks for the help
Yoram