Getting errors in logstash log "Lumberjack input pipeline is blocked"

Also this is my cluster health status

{
"cluster_name" : "elasticsearch",
"status" : "red",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 164,
"active_shards" : 164,
"relocating_shards" : 0,
"initializing_shards" : 4,
"unassigned_shards" : 224,
"delayed_unassigned_shards" : 0,
"number_of_pending_tasks" : 5,
"number_of_in_flight_fetch" : 0,
"task_max_waiting_in_queue_millis" : 241,
"active_shards_percent_as_number" : 41.83673469387755
}

You cluster is red which means you have unallocated primary shards, you need to figure out why.
Check your logs and various _cat API end points.

Hi,

Thanks all. I have fixed this issue.

My filebeat log is not written in the mybeat file. Below my config

logging:
to_syslog: false
to_files: true
files:

path: /var/log/mybeat
name: mybeat
rotateeverybytes: 10485760 # = 10MB
keepfiles: 7