Memory usage is continuous growing for tail input plugin and ES output plugin #6651
Unanswered
dhirajkumarrmishra
asked this question in
Q&A
Replies: 1 comment
-
Please help, if any buddy aware about solution |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Teams,
i am using Fluent bit , latest version
execution fluent bit as windows service and tail log files and pushing it to elastic search.
In this process its increasing memory of the machine
please help i am not able to figure out the problem
fluent-bit.conf
[SERVICE]
@include input_first_logs.conf
@include output_opensearch.conf
[OUTPUT]
name stdout
match iis_logs
INPUT :
[INPUT]
Name tail
Tag first_logs
Path D:\Pathj\file*.log
Parser json-custom
DB firstlog.db
Mem_Buf_Limit 5MB
Path_Key On
Buffer_Max_Size 2M
[FILTER]
Name record_modifier
Match first_logs
Record hostName ${HOSTNAME}
Record systemIp ...
parsers.conf
[PARSER]
Name json-custom
Format json
Time_Key time
Time_Format %Y-%m-%dT%H:%M:%S.%L+05:30
Time_Keep On
OUTPUT
[OUTPUT]
Name opensearch
Match first_logs
Host
Port 443
Index applog
Logstash_Format On
Logstash_Prefix applog
Retry_Limit False
Trace_Error On
net.keepalive On
Buffer_Size 25M
AWS_Region ap-south-1
tls On
Beta Was this translation helpful? Give feedback.
All reactions