fluent / fluent/fluentd-docs-gitbook

http input ('in_http') does not document the useful and implemented `add_query_params` option

Open
#434 1 comment 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
CSS
Stars
46
Forks
136
Avg merge
4h 47m
Merged PRs (30d)
16

Description

### Describe the bug

the [documentation](https://docs.fluentd.org/input/http) of the http input plugin does not mention the `add_query_params` option, however, looking at the source code this option is implemented:
![image](https://user-images.githubusercontent.com/47307889/200473373-1d8220df-491c-4f05-acc2-b3055f007566.png)

sending message to `http://localhost:9880/mongo.my-new-inde444x3?el33iav=test555` will parse `el33iav=test555` into `"QUERY_EL33IAV":"test555"` as a record as expected:
![image](https://user-images.githubusercontent.com/47307889/200473532-99e16571-443d-411e-8893-628438020a98.png)

enabling the option `add_query_params` in the config works at worked at the latest td-agent and should be documented :

### Link to the problematic documentation

https://docs.fluentd.org/input/http

### Expected explanation

.

### Additional context

_No response_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.