Skip to content

Commit

Permalink
Use non-wildcard field for text (#18066)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvc authored Apr 29, 2020
1 parent 81dfe61 commit cde17b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions heartbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7915,7 +7915,7 @@ example: DigiCert SHA2 High Assurance Server CA
*`tls.server.x509.issuer.common_name.text`*::
+
--
type: wildcard
type: text
--
Expand Down Expand Up @@ -8033,7 +8033,7 @@ example: r2.shared.global.fastly.net
*`tls.server.x509.subject.subject.common_name.text`*::
+
--
type: wildcard
type: text
--
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/include/fields.go

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions heartbeat/monitors/active/dialchain/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
default_field: false
multi_fields:
- name: text
type: wildcard
type: text
analyzer: simple
- name: distinguished_name
type: keyword
ignore_above: 1024
Expand Down Expand Up @@ -147,7 +148,8 @@
default_field: false
multi_fields:
- name: text
type: wildcard
type: text
analyzer: simple
- name: subject.distinguished_name
type: keyword
ignore_above: 1024
Expand Down

0 comments on commit cde17b1

Please sign in to comment.