python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Cannot find Logstash Index in Kibana
I am trying to setup a central Logging solution for Syslog-UDP Logging data with ELK stack in the docker environment.
I tried to setup a docker-compose.yml with the oss versions of the ELK-Stack. Afte...
Thagosh
Votes: 0
Answers: 1
How to order syslog data in csv by time
I have syslog data in csv file and I am trying to sort this data by time.
Actually I am able to sort my csv data with the following code.
import csv
import sys, datetime, time
import re
from openpyxl ...
Baris Ozensel
Votes: 0
Answers: 1
Regex - Match username inside Brackets and prepend string
I've a syslog message like this:
03-25-2022 18:02:51 Local1.Notice 192.168.1.1 Mar 25 18:02:51 2022 192.168.1.1 stm[6358]: <501199> <NOTI> AP:AP01 <192.168.1.1 aa:bb:cc:dd:ee> ...
FM86
Votes: 0
Answers: 3
How to remove the Header from syslog message while using log4j SyslogAppender in Java
I'm using the SyslogAppender of log4j version 2.17.1 (package org.apache.logging.log4j.core.appender) in order to send syslog messages.
the message are sent in the next format:
Mar 23 17:32:24 se-demo...
Tal Levi
Votes: 0
Answers: 1