Skip to content

Commit

Permalink
[Heartbeat] Update step name field to use keyword and text (elastic#2…
Browse files Browse the repository at this point in the history
…8452)

* Update step name field to use keyword and text.

* Add CHANGELOG entry.
  • Loading branch information
justinkambic authored and wiwen committed Nov 1, 2021
1 parent 6cd6ae1 commit 287a579
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@ for a few releases. Please use other tools provided by Elastic to fetch data fro
- Add mime type detection for http responses. {pull}22976[22976]
- Support JSON expressions / validation of JSON arrays. {pull}28073[28073]
- Experimental 'run once' mode. {pull}25972[25972]
- Add `keyword` multi-field mapping for `synthetics.step.name`. {pull}28452[28452]

*Journalbeat*

Expand Down
3 changes: 3 additions & 0 deletions heartbeat/_meta/fields.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@
fields:
- name: name
type: text
multi_fields:
- name: keyword
type: keyword
- name: index
type: integer
- name: status
Expand Down
7 changes: 7 additions & 0 deletions heartbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15275,6 +15275,13 @@ type: text
--
*`synthetics.step.name.keyword`*::
+
--
type: keyword
--
*`synthetics.step.index`*::
+
--
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/include/fields.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion x-pack/heartbeat/include/fields.go

Large diffs are not rendered by default.

0 comments on commit 287a579

Please sign in to comment.