Filebeat is a lightweight, open source shipper for log file data.
I am writing a filebeat configuration when I am matching if a line starts with a number like 03:32:33 ( a timestamp). …
regex logstash filebeatI have logs like this: {"logId":"57aaf6c8d32fb","clientIp":"127.0.0.1","time":"03:11:29 pm","uniqueSubId":"57aaf6c98963b","channelName":"JSPC","apiVersion":"…
elasticsearch kibana filebeatI set up filebeat on windows recently using these instructions https://www.elastic.co/downloads/beats/filebeat but it forces …
elasticsearch kibana filebeatI get above Mapper Parsing Error on Elasticsearch when indexing log from filebeat. I tried both Filebeat -> Elasticserach …
elasticsearch logstash elastic-stack filebeatI have an elasticsearch cluster (ELK) and some nodes sending logs to the logstash using filebeat. All the servers in …
elasticsearch logstash custom-fields filebeatI use logstash-forwarder and logstash and create a dynamic index with tags with this configuration: /etc/logstash/conf.d/10-output.…
logstash logstash-forwarder filebeatI have several applications running on a single server. I'd like to use filebeat to ship the logs of each …
config filebeatI have filebeats 5.x ship logs to logstash. How do I reset the “file pointer” in filebeat This is a …
elasticsearch logstash filebeatI am using Filebeat to ship log data from my local txt files into Elasticsearch, and I want to add …
elasticsearch filebeatI am wondering how to create separated indexes for different logs fetched into logstash (which were later passed onto elasticsearch), …
elasticsearch logstash kibana elastic-stack filebeat