graylog-labs / graylog2-web-interface

[DEPRECATED]
https://www.graylog.org/
611 stars 174 forks source link

Extractors Import ignore flatten=false for JSON extractor #1702

Open delfer opened 8 years ago

delfer commented 8 years ago

Here is my Exctractor:

{
  "extractors": [
    {
      "condition_type": "none",
      "condition_value": "",
      "converters": [],
      "cursor_strategy": "copy",
      "extractor_config": {
        "flatten": false,
        "key_separator": ".",
        "list_separator": ", ",
        "kv_separator": "="
      },
      "extractor_type": "json",
      "order": 0,
      "source_field": "message",
      "target_field": "message",
      "title": "libddoc.dao.DAOHandler.out_dbg JSON extractor"
    }
  ],
  "version": "1.2.2 (91c7822)"
}

"flatten": false, but checkbox in True after import.