mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Merge pull request #880 from untergeek/master
Updated to correct sub-field naming, and add 0.90.8+ feature
This commit is contained in:
commit
6d418809c2
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
|||
"mapping" : {
|
||||
"type" : "multi_field",
|
||||
"fields" : {
|
||||
"{name}" : {"type": "string", "index" : "analyzed", "omit_norms" : true, "index_options" : "docs"},
|
||||
"{name}.raw" : {"type": "string", "index" : "not_analyzed", "ignore_above" : 256}
|
||||
"{name}" : {"type": "string", "index" : "analyzed", "omit_norms" : true, "fielddata" : {"format": "disabled"}},
|
||||
"raw" : {"type": "string", "index" : "not_analyzed", "ignore_above" : 256}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue