and here is the Extractors JSON export that I am using:
{
"extractors": [
{
"title": "Facility",
"extractor_type": "regex",
"converters": [
{
"type": "syslog_pri_facility",
"config": {}
}
],
"order": 0,
"cursor_strategy": "copy",
"source_field": "message",
"target_field": "facility",
"extractor_config": {
"regex_value": "^<(\\d.+)>"
},
"condition_type": "none",
"condition_value": ""
},
{
"title": "Level",
"extractor_type": "regex",
"converters": [
{
"type": "syslog_pri_level",
"config": {}
}
],
"order": 1,
"cursor_strategy": "copy",
"source_field": "message",
"target_field": "level",
"extractor_config": {
"regex_value": "^<(\\d.+)>"
},
"condition_type": "none",
"condition_value": ""
},
{
"title": "Source",
"extractor_type": "regex",
"converters": [],
"order": 2,
"cursor_strategy": "copy",
"source_field": "message",
"target_field": "source",
"extractor_config": {
"regex_value": ">: (.+?):"
},
"condition_type": "none",
"condition_value": ""
},
{
"title": "Timestamp",
"extractor_type": "regex",
"converters": [
{
"type": "flexdate",
"config": {}
}
],
"order": 3,
"cursor_strategy": "copy",
"source_field": "message",
"target_field": "timestamp",
"extractor_config": {
"regex_value": ">:\\s.+:\\s(.+?):\\s%"
},
"condition_type": "none",
"condition_value": ""
},
{
"title": "Local facility",
"extractor_type": "regex",
"converters": [
{
"type": "lowercase",
"config": {}
}
],
"order": 4,
"cursor_strategy": "copy",
"source_field": "message",
"target_field": "local_facility",
"extractor_config": {
"regex_value": "%(.+?)-"
},
"condition_type": "none",
"condition_value": ""
},
{
"title": "Local level",
"extractor_type": "regex",
"converters": [
{
"type": "numeric",
"config": {}
}
],
"order": 5,
"cursor_strategy": "copy",
"source_field": "message",
"target_field": "local_level",
"extractor_config": {
"regex_value": "%.+-(\\d?)-"
},
"condition_type": "none",
"condition_value": ""
},
{
"title": "Message",
"extractor_type": "regex",
"converters": [],
"order": 7,
"cursor_strategy": "copy",
"source_field": "message",
"target_field": "message",
"extractor_config": {
"regex_value": "%.+-\\d+-.+: (.*)$"
},
"condition_type": "none",
"condition_value": ""
},
{
"title": "Mnemonic",
"extractor_type": "regex",
"converters": [
{
"type": "lowercase",
"config": {}
}
],
"order": 6,
"cursor_strategy": "copy",
"source_field": "message",
"target_field": "mnemonic",
"extractor_config": {
"regex_value": "%.+-\\d-(.+?):"
},
"condition_type": "none",
"condition_value": ""
}
],
"version": "2.3.0"
}