Skip to content

Commit

Permalink
Change to default analyzer (#22300)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr authored Nov 2, 2020
1 parent 1933672 commit 2be05f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions packetbeat/protos/sip/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
multi_fields:
- name: text
type: text
analyzer: simple
norms: false
- name: uri.scheme
type: keyword
description: The URI scheme.
Expand Down Expand Up @@ -66,14 +66,14 @@
multi_fields:
- name: text
type: text
analyzer: simple
norms: false
- name: private.uri.original
type: keyword
description: Private original URI.
multi_fields:
- name: text
type: text
analyzer: simple
norms: false
- name: private.uri.scheme
type: keyword
description: Private URI scheme.
Expand All @@ -98,7 +98,7 @@
multi_fields:
- name: text
type: text
analyzer: simple
norms: false
- name: to.display_info
type: keyword
description: "To display info"
Expand All @@ -108,7 +108,7 @@
multi_fields:
- name: text
type: text
analyzer: simple
norms: false
- name: to.uri.scheme
type: keyword
description: "To URI scheme"
Expand All @@ -133,7 +133,7 @@
multi_fields:
- name: text
type: text
analyzer: simple
norms: false
- name: from.uri.scheme
type: keyword
description: "From URI scheme"
Expand All @@ -158,7 +158,7 @@
multi_fields:
- name: text
type: text
analyzer: simple
norms: false
- name: contact.uri.scheme
type: keyword
description: "Contat URI scheme"
Expand Down Expand Up @@ -195,7 +195,7 @@
multi_fields:
- name: text
type: text
analyzer: simple
norms: false
- name: auth.uri.scheme
type: keyword
description: "Auth URI scheme"
Expand Down Expand Up @@ -235,4 +235,4 @@
multi_fields:
- name: text
type: text
analyzer: simple
norms: false
2 changes: 1 addition & 1 deletion packetbeat/protos/sip/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2be05f3

Please sign in to comment.