-
Notifications
You must be signed in to change notification settings - Fork 460
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
[Kafka] [TSDB] Added dimension field mapping for consumergroup datastream #5959
Closed
agithomas
wants to merge
16
commits into
elastic:main
from
agithomas:issue-5905-kafka-tsdb-dim-consumergroup
Closed
[Kafka] [TSDB] Added dimension field mapping for consumergroup datastream #5959
agithomas
wants to merge
16
commits into
elastic:main
from
agithomas:issue-5905-kafka-tsdb-dim-consumergroup
Conversation
This file contains 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
🌐 Coverage report
|
* [aws]Fix json input for pipeline tests * [ceph]fix input for pipeline tests * [citrix_adc]Fix ijson input for pipeline tests * [okta]Fix json input for pipeline tests * [citrix_adc]fix pipeline to have double type instead of float
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
add top level link to Docs Guidelines docs.
Previously the url fields were being populated by the referrer URL parts in the http_request datastream and the request fields were incompletely filled in the firewall_events datastream. The use of the uri_parts processor to populate the url fields is a little troubling in the http_request datastream as the field used, ClientRequestURI, is not a URL and is arguably not even a URI without the context of the other ClientRequest* fields.
Removes fields missing from the Carbon Black Cloud Alert APIs(https://developer.carbonblack.com/reference/carbon-black-cloud/platform/latest/alerts-api/#fields.) but present in the integration doc
* Initial release for the Bitwarden * Update the changelog entry * Remove members data stream and resolve review comments. * resolve review comments by adding bound check condition * update event kind to event for policy, group and collection data-stream
…lastic#5920) * Added labels.level as dimension field
…c#5940) Bumps [github.com/elastic/elastic-package](https://github.com/elastic/elastic-package) from 0.77.0 to 0.78.0. - [Release notes](https://github.com/elastic/elastic-package/releases) - [Changelog](https://github.com/elastic/elastic-package/blob/main/.goreleaser.yml) - [Commits](elastic/elastic-package@v0.77.0...v0.78.0) --- updated-dependencies: - dependency-name: github.com/elastic/elastic-package dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
agithomas
force-pushed
the
issue-5905-kafka-tsdb-dim-consumergroup
branch
from
April 22, 2023 00:51
050cd0e
to
07aeb54
Compare
Closing the PR because of Rebase issue. |
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.
Type of change
What does this PR do?
Added metric_type mapping for broker datastream
Checklist
changelog.yml
file.Related issues