out_es: support write_operation option#4079
Conversation
|
Configuration example |
|
Test result result of command (in ./build dir): (cmake -DFLB_DEV=On -DFLB_TESTS_RUNTIME=On -DFLB_TESTS_INTERNAL=On .. && make && valgrind bin/flb-rt-out_elasticsearch) 2>&1 | tee /tmp/fluent-test.log |
|
Valgrind output result of command (in ./build dir): (cmake -DFLB_DEV=On -DFLB_TESTS_RUNTIME=On -DFLB_TESTS_INTERNAL=On .. && make && valgrind bin/fluent-bit -c /tmp/elasticsearch.conf.txt) 2>&1 | tee /tmp/fluent-valgrind.log |
Signed-off-by: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
nokute78
left a comment
There was a problem hiding this comment.
Could you attach valgrind output again ?
Below file is incomplete.
There is no summary information.
#4079 (comment)
|
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. |
|
@liljaylj ping |
here you go) new valgrind log after latest commit |
Sorry, it was tough lately. Multiple projects was going to production) |
nokute78
left a comment
There was a problem hiding this comment.
Thank you for fixing and sorry for several requests.
- Could you fix conflicts?
- Could you modify commit message ?
It should beout_es: somethingnotfix: something
Signed-off-by: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
Signed-off-by: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
Signed-off-by: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
…ates memory. Signed-off-by: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
oh, sorry, my bad. |
|
@liljaylj Thank you for quick response. DCO error is reported for latest commit. |
Signed-off-by: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
done |
* out_es: support write_operation option Signed-off-by: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
Adds
write_operationoption as in fluentd-plugin-elasticsearch (https://github.com/uken/fluent-plugin-elasticsearch#write_operation)Fixes: #1430
Testing
Before we can approve your change; please submit the following in a comment:
Documentation
fluent/fluent-bit-docs#603
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.