Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[packetbeat][sip] Change to default analyzer #22300

Merged
merged 1 commit into from
Nov 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.