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

[Uptime] Fix nesting of x509 subject #18139

Merged
merged 2 commits into from
May 4, 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
6 changes: 3 additions & 3 deletions heartbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8020,7 +8020,7 @@ example: SHA256-RSA
--


*`tls.server.x509.subject.subject.common_name`*::
*`tls.server.x509.subject.common_name`*::
+
--
List of common names (CN) of subject.
Expand All @@ -8031,14 +8031,14 @@ example: r2.shared.global.fastly.net

--

*`tls.server.x509.subject.subject.common_name.text`*::
*`tls.server.x509.subject.common_name.text`*::
+
--
type: text

--

*`tls.server.x509.subject.subject.distinguished_name`*::
*`tls.server.x509.subject.distinguished_name`*::
+
--
Distinguished name (DN) of the certificate subject entity.
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/include/fields.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions heartbeat/monitors/active/dialchain/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
- name: subject
type: group
fields:
- name: subject.common_name
- name: common_name
type: keyword
ignore_above: 1024
description: List of common names (CN) of subject.
Expand All @@ -150,7 +150,7 @@
- name: text
type: text
analyzer: simple
- name: subject.distinguished_name
- name: distinguished_name
type: keyword
ignore_above: 1024
description: Distinguished name (DN) of the certificate subject entity.
Expand Down