removing mapping types

This commit is contained in:
Wes Lambert
2020-03-18 20:15:10 +00:00
parent 150eaf59fd
commit 5072095eeb
2 changed files with 6 additions and 10 deletions

View File

@@ -2,7 +2,6 @@
"index_patterns": [
"so-beats-*"
],
"mappings": {
"doc": {
"_meta": {
"version": "6.1.3"
@@ -1265,12 +1264,11 @@
"ignore_above": 1024,
"type": "keyword"
}
}
}
}
}
}
}
}
}
}
}
}
},
"order": 1,
"settings": {

View File

@@ -8,7 +8,6 @@
"index.refresh_interval":"30s"
},
"mappings":{
"doc":{
"dynamic": false,
"date_detection": false,
"properties":{
@@ -349,7 +348,6 @@
"type":"object",
"dynamic": true
}
}
}
}
}
}