[Fleet][Kafka] Topics without quotes#166236
Merged
szwarckonrad merged 10 commits intoelastic:mainfrom Sep 27, 2023
Merged
Conversation
Contributor
|
Pinging @elastic/fleet (Team:Fleet) |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
juliaElastic
approved these changes
Sep 26, 2023
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Sep 27, 2023
Closes elastic#166135 Depends on elastic/ingest-docs#474 This PR adds: 1. Subtitle under Topic Processors linking to docs 2. Removes whitespace stripping from `value` in `key:value` topic pair.  (cherry picked from commit 2477e40)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Sep 27, 2023
# Backport This will backport the following commits from `main` to `8.10`: - [[Fleet][Kafka] Topics without quotes (#166236)](#166236) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Konrad Szwarc","email":"konrad.szwarc@elastic.co"},"sourceCommit":{"committedDate":"2023-09-27T09:53:54Z","message":"[Fleet][Kafka] Topics without quotes (#166236)\n\nCloses https://github.com/elastic/kibana/issues/166135\r\n\r\nDepends on https://github.com/elastic/ingest-docs/pull/474\r\n\r\nThis PR adds:\r\n1. Subtitle under Topic Processors linking to docs\r\n2. Removes whitespace stripping from `value` in `key:value` topic pair.\r\n\r\n","sha":"2477e40c850f9de5eb0e3031361f4018d790d002","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:Fleet","v8.11.0","v8.10.3"],"number":166236,"url":"https://github.com/elastic/kibana/pull/166236","mergeCommit":{"message":"[Fleet][Kafka] Topics without quotes (#166236)\n\nCloses https://github.com/elastic/kibana/issues/166135\r\n\r\nDepends on https://github.com/elastic/ingest-docs/pull/474\r\n\r\nThis PR adds:\r\n1. Subtitle under Topic Processors linking to docs\r\n2. Removes whitespace stripping from `value` in `key:value` topic pair.\r\n\r\n","sha":"2477e40c850f9de5eb0e3031361f4018d790d002"}},"sourceBranch":"main","suggestedTargetBranches":["8.10"],"targetPullRequestStates":[{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/166236","number":166236,"mergeCommit":{"message":"[Fleet][Kafka] Topics without quotes (#166236)\n\nCloses https://github.com/elastic/kibana/issues/166135\r\n\r\nDepends on https://github.com/elastic/ingest-docs/pull/474\r\n\r\nThis PR adds:\r\n1. Subtitle under Topic Processors linking to docs\r\n2. Removes whitespace stripping from `value` in `key:value` topic pair.\r\n\r\n","sha":"2477e40c850f9de5eb0e3031361f4018d790d002"}},{"branch":"8.10","label":"v8.10.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Konrad Szwarc <konrad.szwarc@elastic.co>
This was referenced Oct 1, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #166135
Depends on elastic/ingest-docs#474
This PR adds:
valueinkey:valuetopic pair.