{
  "extractors": [
  {
    "condition_type": "none",
    "condition_value": "",
    "converters": [
      {
        "config": {},
        "type": "numeric"
      }
    ],
    "cursor_strategy": "copy",
    "extractor_config": {
      "index": 5,
      "split_by": ","
    },
    "extractor_type": "split_and_index",
    "order": 0,
    "source_field": "message",
    "target_field": "loadavg_5min",
    "title": "Load average over 5 minutes"
  },
  {
    "condition_type": "none",
    "condition_value": "",
    "converters": [
      {
        "config": {},
        "type": "numeric"
      }
    ],
    "cursor_strategy": "copy",
    "extractor_config": {
      "regex_value": "^.*load average: ([\\d.,]+),.*$"
    },
    "extractor_type": "regex",
    "order": 0,
    "source_field": "message",
    "target_field": "loadavg_1min",
    "title": "Load average over 1 minute"
  }
],
  "version": "1.3.3 (0fda9dc)"
}
