| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SYSLOG_BODY_POS |
5 |
public static final int |
SYSLOG_HOSTNAME_POS |
4 |
public static final String |
SYSLOG_MSG_RFC3164_0 |
"(?:\\<(\\d{1,3})\\>)(?:(\\d)?\\s?)([A-Z][a-z][a-z]\\s{1,2}\\d{1,2}\\s\\d{2}[:]\\d{2}[:]\\d{2})\\s([\\w][\\w\\d(\\.|\\:)@-]*)\\s(.*)$" |
public static final String |
SYSLOG_MSG_RFC5424_0 |
"(?:\\<(\\d{1,3})\\>)(?:(\\d)?\\s?)(?:(\\d{4}[-]\\d{2}[-]\\d{2}[T]\\d{2}[:]\\d{2}[:]\\d{2}(?:\\.\\d{1,6})?(?:[+-]\\d{2}[:]\\d{2}|Z)?)|-)\\s(?:([\\w][\\w\\d\\.@\\-]*)|-)\\s(.*)$" |
public static final int |
SYSLOG_PRIORITY_POS |
1 |
public static final int |
SYSLOG_TIMESTAMP_POS |
3 |
public static final int |
SYSLOG_VERSION_POS |
2 |
Copyright © 2021 Apache NiFi Project. All rights reserved.