Skip to content

Commit ae88145

Browse files
authored
docs(elk): add missing version field (#760)
1 parent 05b3b79 commit ae88145

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/elasticsearch-setup.md

+4
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,10 @@ PUT cnpmcore_packages
600600
"normalizer": "raw",
601601
"type": "keyword"
602602
},
603+
"version": {
604+
"normalizer": "raw",
605+
"type": "keyword"
606+
},
603607
"versions": {
604608
"index": false,
605609
"type": "text"

0 commit comments

Comments
 (0)