{
  "index_patterns": ["rapid7_fdns_*"],
  "template": {
    "settings": {
      "index": {
        "number_of_shards": 1,
        "max_result_window": "100000",
        "number_of_replicas": 0
      }
    },
    "mappings": {
      "properties": {
        "domain": {
          "type": "keyword"
        },
        "name": {
          "type": "text",
          "fields": {
            "keyword": {
              "type": "keyword"
            }
          }
        },
        "timestamp": {
          "type": "date"
        },
        "type": {
              "type": "keyword"
        },
        "value": {
          "type": "text",
          "fields": {
            "keyword": {
              "type": "keyword"
            }
          }
        }
      }
    }
  },
  "priority": 51,
  "version": 1,
  "_meta": {
    "description": "rapid7_fdns"
  }
}