Top "Filebeat" questions

Filebeat is a lightweight, open source shipper for log file data.

check if a string starts with number using regular expression

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 filebeat
Sending json format log to kibana using filebeat, logstash and elasticsearch?

I have logs like this: {"logId":"57aaf6c8d32fb","clientIp":"127.0.0.1","time":"03:11:29 pm","uniqueSubId":"57aaf6c98963b","channelName":"JSPC","apiVersion":"…

elasticsearch kibana filebeat
Running Filebeat in windows

I set up filebeat on windows recently using these instructions https://www.elastic.co/downloads/beats/filebeat but it forces …

elasticsearch kibana filebeat
Elasticsearch: No handler for type [keyword] declared on field [hostname]

I get above Mapper Parsing Error on Elasticsearch when indexing log from filebeat. I tried both Filebeat -> Elasticserach …

elasticsearch logstash elastic-stack filebeat
Generating filebeat custom fields

I have an elasticsearch cluster (ELK) and some nodes sending logs to the logstash using filebeat. All the servers in …

elasticsearch logstash custom-fields filebeat
Tags index with filebeat and logstash

I use logstash-forwarder and logstash and create a dynamic index with tags with this configuration: /etc/logstash/conf.d/10-output.…

logstash logstash-forwarder filebeat
Can Filebeat use multiple config files?

I have several applications running on a single server. I'd like to use filebeat to ship the logs of each …

config filebeat
How do I force rebuild log's data in filebeat 5

I have filebeats 5.x ship logs to logstash. How do I reset the “file pointer” in filebeat This is a …

elasticsearch logstash filebeat
Filebeat - parse fields from message line

I am using Filebeat to ship log data from my local txt files into Elasticsearch, and I want to add …

elasticsearch filebeat
How to define seperated indexes for different logs in Filebeat/ELK?

I 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