This repository was archived by the owner on Jan 27, 2023. It is now read-only.
Update packages to use input: logfile instead of logs#126
Closed
ruflin wants to merge 2 commits intoelastic:productionfrom
Closed
Update packages to use input: logfile instead of logs#126ruflin wants to merge 2 commits intoelastic:productionfrom
ruflin wants to merge 2 commits intoelastic:productionfrom
Conversation
The agent currently supports logfile and logs for the input type. This switches over all packages to use logfile so it can be removed in the agent. Integrations repository is already updated.
Collaborator
Author
|
I did not test this with running each package with the agent. CI will also not catch this. But if something does not fit above, we will see as soon as we start test the packages. I also expect integrations to soon push new packages where this is already adjusted. The change here is mainly so the agent can start to remove support for logs as soon as this is merged and deployed. @michalpristas |
29 tasks
Collaborator
6 tasks
Collaborator
Author
|
@mtojek Closing as this became now obsolete I think. |
thomasneirynck
pushed a commit
to thomasneirynck/package-storage
that referenced
this pull request
Sep 28, 2021
The base package contains all the assets, which are used by all packages. This package is expected to be installed before any other package is installed. EPM should install it automatically and no user interaction should be needed. For now this only contains the two default ILM policies for logs and metrics. More assets could be added later. A flag `internal: true` was added to the packages so these packages should not be shown in the overview. By default the internal packages are not exposed in the `/search` endpoint. To also get internal packages, the query param `?internal=true` has to be set. In the `/categories` endpoint, internal packages are not counted. Further changes: * Test package for testing `internal: true` added * README updated with new endpoint. * Add test for `internal=true` query param
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The agent currently supports logfile and logs for the input type. This switches over all packages to use logfile so it can be removed in the agent. Integrations repository is already updated.