-
Notifications
You must be signed in to change notification settings - Fork 523
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
Add initial support for indexing to data streams #4409
Merged
Merged
Commits on Nov 11, 2020
-
idxmgmt: add support for data streams
Introduce `apm-server.data_streams.enabled` config, which will be used by idxmgmt to route events to data streams based on data_stream.* fields that are expected to be in each published event.
Configuration menu - View commit details
-
Copy full SHA for 1688df1 - Browse repository at this point
Copy the full SHA 1688df1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b5b40a - Browse repository at this point
Copy the full SHA 3b5b40aView commit details -
model: add data_stream.{type,dataset} fields
When transforming model objects into beat.Events, set the data_stream.{type,dataset} fields. We add data_stream.namespace elsewhere, using an event processor.
Configuration menu - View commit details
-
Copy full SHA for b728661 - Browse repository at this point
Copy the full SHA b728661View commit details -
beater: handle apm-server.data_streams.enabled
Handle the new apm-server.data_streams.enabled config: - when enabled, we add data_stream.namespace to all published events - when disabled, we remove data_stream.* fields from all published events For now we just set data_stream.namespace to "default". Later this will be based on the config received from Fleet.
Configuration menu - View commit details
-
Copy full SHA for 33200d9 - Browse repository at this point
Copy the full SHA 33200d9View commit details -
processor/stream/package_tests: update tests
There is a hack in here to inject data_stream.namespace in all published events, since the tests do not use the standard libbeat pipeline code.
Configuration menu - View commit details
-
Copy full SHA for 64c6bf9 - Browse repository at this point
Copy the full SHA 64c6bf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd506f8 - Browse repository at this point
Copy the full SHA dd506f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b5c23f - Browse repository at this point
Copy the full SHA 6b5c23fView commit details
Commits on Nov 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c41c11b - Browse repository at this point
Copy the full SHA c41c11bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 080ba4e - Browse repository at this point
Copy the full SHA 080ba4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 658e639 - Browse repository at this point
Copy the full SHA 658e639View commit details
Commits on Nov 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 017289e - Browse repository at this point
Copy the full SHA 017289eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11406d1 - Browse repository at this point
Copy the full SHA 11406d1View commit details -
Use a common "apm." prefix, and place the service name last.
Configuration menu - View commit details
-
Copy full SHA for 798cd59 - Browse repository at this point
Copy the full SHA 798cd59View commit details
Commits on Nov 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e500a2b - Browse repository at this point
Copy the full SHA e500a2bView commit details
Commits on Nov 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1e7379e - Browse repository at this point
Copy the full SHA 1e7379eView commit details
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.