Fields
The following table lists the various LXCA fields that are used in the vRLI:
Field name | Regex | Notes |
---|---|---|
lenovo_lxca_class | Letters, Digits, and Underscores and \w+ | Pre and post context(regexes)are "class=" and " " and Additional context is "LXCA" |
lenovo_lxca_common_event_id | Letters, Digits, and Underscores and\w+ | Pre and post context(regexes)are "CommonEventID=" and " " and Additional context is "LXCA" |
lenovo_lxca_event_id | Any Character except whitespace and \S+ | Pre and post context(regexes)are "EventID=" and " " and Additional context is "LXCA" |
lenovo_lxca_event_source | Letters, Digits, and Underscores and \w+ | Pre and post context(regexes)are "src=" and " " and Additional context is "LXCA" |
lenovo_lxca_mgmt_server_address | IP Address(v4) and \d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3} | Pre and post context(regexes)are "appladdr=" and " " and Additional context is "LXCA" |
lenovo_lxca_serial_number | Letters, Digits, and Underscores and\w+ | Pre and post context(regexes)are "sn=" and " " and Additional context is "LXCA" |
lenovo_lxca_serviceable | Letters, Digits, and Underscores and\w+ | Pre and post context(regexes)are "service=" and " " and Additional context is "LXCA" |
lenovo_lxca_severity | Letters, Digits, and Underscores and\w+ | Pre and post context(regexes)are "severity=" and " " and Additional context is "LXCA" |
lenovo_lxca_syslog_application | Letters, Digits, and Underscores and\w+ | Pre and post context(regexes)are "appl=" and " " and Additional context is "LXCA" |
lenovo_lxca_target_ipv6_address | IP Address(v6) and [A-Fa-f0-9]{0,4}:([A-Fa-f0-9]{0,4}:){1,6}[A-Fa-f0-9]{1,4} | Pre and post context(regexes)are "address " and " " and Additional context is "LXCA" |
lenovo_lxca_time | Custom Regex... and [0-9]{2}:[0-9]{2}:[0-9]{2} | Pre and post context(regexes)are " " and " " and Additional context is "LXCA" |
lenovo_lxca_user_id | Letters, Digits, and Underscores and\w+ | Pre and post context(regexes)are " user" and " " and Additional context is "LXCA" |
lenovo_lxca_uuid | Hexadecimal and [A-Fa-f0-9]+ | Pre and post context(regexes)are " uuid" and " " and Additional context is "LXCA" |
lenovo_lxca_weekday | Letters, Digits, and Underscores and\w+ | Pre and post context(regexes)are "(<86>|<83>|<84>) " and " " and Additional context is "LXCA" |
The following table lists the various LXCA fields that are used in the vRLI:
Field name | Regex | Notes |
---|---|---|
lenovo_lxco_common_event_id | Letters, Digits, and Underscores and\w+ | Pre and post context(regexes)are 'commonEventID': ' and ', and Additional context is LXCO |
lenovo_lxco_event_id | Letters, Digits, and Underscores and\w+ | Pre and post context(regexes) are 'eventID': ' and ', and Additional context is LXCO |
lenovo_lxco_component_id | Hexadecimal and [A-Fa-f0-9]+ | Pre and post context(regexes) are 'componentID': ' and ', and Additional context is LXCO |
lenovo_lxco_event_date | Any character except Whitespace and \S+ | Pre and post context(regexes) are 'eventDate': ' and ', and Additional context is LXCO |
lenovo_lxco_ip_address | IP address(v4) and \d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3} | Pre and post context(regexes) are 'ipAddress': ' and ', and Additional context is LXCO |
lenovo_lxco_message | Custom regex... and [A-Za-z0-9 .]+ | Pre context(regexes) is 'msg': ' and Additional context is LXCO |
lenovo_lxco_severity | Letters, Digits, and Underscores and\w+ | Pre and post context(regexes) are 'severity': ' and ', and Additional context is LXCO |
lenovo_lxco_resource_name | Custom regex... and .[A-Za-z0-9 .]+ | Pre context(regexes) is 'resourceName': ' and Additional context is LXCO |
lenovo_lxco_user_action | Custom regex... and [A-Za-z0-9 ./;]+ | Pre context(regexes) is 'userAction': ' and Additional context is LXCO |
lenovo_lxco_sequence_number | Letters, Digits, and Underscores and\w+ | Pre and post context(regexes) are 'sequenceNumber': ' and ', and Additional context is LXCO |
lenovo_lxco_source_type | Letters, Digits, and Underscores and\w+ | Pre and post context(regexes) are 'sourceType': ' and ', and Additional context is LXCO |
Give feedback