-
Notifications
You must be signed in to change notification settings - Fork 520
add hint of forward plugin not allowing tag assignments to forward input section #453
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
Open
xellsys
wants to merge
54
commits into
fluent:master
Choose a base branch
from
xellsys:forward_plugin_no_tag_config
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Yu Yi <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: William Orr <[email protected]>
…d and networking Signed-off-by: Eduardo Silva <[email protected]>
Pierre-Olivier Latour submitted an issue that asked if Windows builds support HTTP monitoring. Evidently this seems to be a rather common question among Windows users. Let's document the support state clearly in the documentation. Signed-off-by: Fujimoto Seiji <[email protected]>
Signed-off-by: Jim Minter <[email protected]>
The last matched group in the regex defined by `Parser_Firstline` must be a string, otherwise the contents of the multiline capture cannot be appended. Signed-off-by: David Wittman <[email protected]>
Signed-off-by: Stanislas Lange <[email protected]>
* pipeline: outputs: stdout: fix link Signed-off-by: Takahiro YAMASHITA <[email protected]> * pipeline: outputs: kafka-rest-proxy: fix link Signed-off-by: Takahiro YAMASHITA <[email protected]> * pipeline: outputs: tcp: fix link Signed-off-by: Takahiro YAMASHITA <[email protected]> * pipeline: outputs: influxdb: fix link Signed-off-by: Takahiro YAMASHITA <[email protected]> * pipeline: outputs: gelf: fix link Signed-off-by: Takahiro YAMASHITA <[email protected]> * pipeline: outputs: splunk: fix link Signed-off-by: Takahiro YAMASHITA <[email protected]> * pipeline: outputs: http: fix link Signed-off-by: Takahiro YAMASHITA <[email protected]> * pipeline: outputs: forward: fix link Signed-off-by: Takahiro YAMASHITA <[email protected]> * pipeline: outputs: es: fix link Signed-off-by: Takahiro YAMASHITA <[email protected]> Co-authored-by: Eduardo Silva <[email protected]>
…nt#352) barney-s asked about how to compile Fluent Bit on Windows (fluent-bit#2390). Evidently, there is a certain interest among corporate users to build Fluent Bit from scratch. This adds the minimum procedure to accomplish that. I confirmed this procedure works on Windows Server 2019 (but it should works fine as well on older versions of Windows Server). Signed-off-by: Fujimoto Seiji <[email protected]>
By direct inspection
Signed-off-by: championshuttler <[email protected]>
If a CRI runtime, such as container or CRIO, is utilized, the user should update the INPUT's parser from docker to cri. Signed-off-by: Eric Ernst <[email protected]> Co-authored-by: Eric Ernst <[email protected]>
Signed-off-by: championshuttler <[email protected]>
Signed-off-by: championshuttler <[email protected]>
…nt#347) * input: tail: Added missing documentation for exit_on_eof option Signed-off-by: Jonathan Gonzalez V <[email protected]> * output: pgsql: Added documentation for new option `cockroachdb` Signed-off-by: Jonathan Gonzalez V <[email protected]> Co-authored-by: Jonathan Gonzalez V <[email protected]> Co-authored-by: Eduardo Silva <[email protected]>
This must have been removed in the docs transition because it's visible on the website [for the 1.3 docs](https://docs.fluentbit.io/manual/v/1.3/output/elasticsearch). Signed-off-by: David Wittman <[email protected]>
Default Buffer_Max_Size is independent of Buffer_Chunk_Size. Signed-off-by: Zero King <[email protected]>
Commit 3785f8a added a new filter plugin `filter_geoip2`. This adds the basic documentation for the new plugin. Signed-off-by: Fujimoto Seiji <[email protected]>
Signed-off-by: mizukmb <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Zhonghui Hu <[email protected]>
Signed-off-by: Zhonghui Hu <[email protected]>
Signed-off-by: ChrsMark <[email protected]>
* add websocket entry in summary Signed-off-by: Fenggang <[email protected]> * add websocket page Signed-off-by: Fenggang <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
* Rename use_docker_id to cache_use_docker_id Signed-off-by: Charles Chan <[email protected]>
Signed-off-by: Hiroaki Mizuguchi <[email protected]>
this PR contains multiple commits, please rebase the specific change on top of GIT master (sorry for the delay) |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
conflict
Waiting on conflict to be resolved by contributor
dco
DCO failing
waiting-for-user
Waiting for user/contributors feedback or requested changes
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 hint that the forward input plugin does not allow Tag assignment is only provided on the general input section but not on the section of the plugin itself. This PR adds this info to the section where a user would expect it.