Changed protocol field type to keyword
This commit is contained in:
parent
185c705dd6
commit
56f5477a4c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class DocHTTPRequestResponse(DocType):
|
|||
doc_type = 'HTTPRequestResponse'
|
||||
|
||||
timestamp = Date()
|
||||
protocol = Text()
|
||||
protocol = Keyword()
|
||||
host = Keyword()
|
||||
port = Integer()
|
||||
request = Object(
|
||||
|
|
Loading…
Reference in a new issue