Skip to content
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

Support bypass params when using mounted-file type #381

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

lynn-e
Copy link

@lynn-e lynn-e commented May 16, 2023

Hi, I am a user using mounted-file type ;)
recently, I need several additional parameters of the input plugin (ex. exclude_path, multiline_flush_interval, etc)

I modify to support other parameters of input plugin when using mounted-file type

lynn-e and others added 18 commits May 16, 2023 11:17
Modify to support other parameters of input plugin(ex. exclude_path, multiline_flush_interval, etc) when using mounted-file type

Signed-off-by: lynn-e <hyerin1210@gmail.com>
- remove license block from readme
- update license file
- remove header.txt

Signed-off-by: Brian Davis <dbrian@vmware.com>
- fix reloader endpoint from post to get
- fix linting and test errors
- reduce time for sleep to check more often
- add skip_refresh_on_startup to support gracefulReload

Signed-off-by: Brian Davis <dbrian@vmware.com>
- disable watch and remove additional fields

Signed-off-by: Brian Davis <dbrian@vmware.com>
Signed-off-by: jcriadomarco <jcriadomarco@vmware.com>
Signed-off-by: jcriadomarco <jcriadomarco@vmware.com>
These CVEs come from the prometheus package through a vulnerable version of `golang.org/x/net`.

These versions are gone after updating prometheus by running:
```
go get -u github.com/prometheus/common
```

Signed-off-by: Norbert Luksa <norbert.luksa@cloudera.com>
Set value to debug for pod change

Signed-off-by: jcriadomarco <jcriadomarco@vmware.com>
The CVE is in `golang.org/x/text@v0.3.7` which comes from the k8s packages. Updating the maintenance version of these packages solves the issue.

Signed-off-by: Norbert Luksa <norbert.luksa@cloudera.com>
Remove copy for match in prometheus metrics

Signed-off-by: jcriadomarco <jcriadomarco@vmware.com>
Signed-off-by: jcriadomarco <jcriadomarco@vmware.com>
- do not download plugins from upstream

Signed-off-by: Brian Davis <dbrian@vmware.com>
Prepare newe release 1.17.2

Signed-off-by: jcriadomarco <jcriadomarco@vmware.com>
Add logging improvements for config-reloader

Signed-off-by: jcriadomarco <jcriadomarco@vmware.com>
Avoid use empty configmaps in fluentd

Signed-off-by: jcriadomarco <jcriadomarco@vmware.com>
Include read_bytes_limit_per_second as parameter for in_tail plugin

Signed-off-by: jcriadomarco <jcriadomarco@vmware.com>
Update prometheus plugin to new version 2.1.0

Signed-off-by: jcriadomarco <jcriadomarco@vmware.com>
@vmwclabot
Copy link
Member

@lynn-e, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants