bitbucket.org/Aishee/synsec@v0.0.0-20210414005726-236fc01a153d/config/patterns/redis (about)

     1  
     2  #
     3  # Format 1:
     4  #
     5  # [43569] 27 Aug 12:38:58.471 * RDB: 12 MB of memory used by copy-on-write
     6  #
     7  
     8  #
     9  # Format 2:
    10  #
    11  # 31493:M 17 Sep 09:02:54.807 # Server started, Redis version 3.0.2
    12  # 31493:M 17 Sep 09:02:54.807 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm$
    13  # 31493:M 17 Sep 09:02:54.807 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
    14  # 31493:M 17 Sep 09:02:54.807 * DB loaded from disk: 0.000 seconds
    15  # 31493:M 17 Sep 09:02:54.807 * The server is now ready to accept connections on port 6379
    16  #
    17  
    18  REDISTIMESTAMP %{MONTHDAY} %{MONTH} %{TIME}
    19  REDISLOG \[%{POSINT:pid}\] %{REDISTIMESTAMP:time} \*\s
    20  REDISLOG1 %{REDISLOG}
    21  REDISLOG2 %{POSINT:pid}:M %{REDISTIMESTAMP:time} [*#] %{GREEDYDATA:message}