Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
fix(metrics): index uri instead of path
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGeraud authored and brasseld committed Mar 27, 2018
1 parent 6373cae commit e2f4ed1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Expand Up @@ -250,10 +250,6 @@
"type": "string",
"index": "not_analyzed"
},
"path": {
"type": "string",
"index": "not_analyzed"
},
"plan": {
"type": "string",
"index": "not_analyzed"
Expand Down
Expand Up @@ -36,9 +36,6 @@
"method": {
"type": "short"
},
"path": {
"type": "keyword"
},
"plan": {
"type": "keyword"
},
Expand Down Expand Up @@ -71,8 +68,7 @@
"type": "keyword"
},
"uri": {
"type": "keyword",
"index": false
"type": "keyword"
}
}
},
Expand Down

0 comments on commit e2f4ed1

Please sign in to comment.