Filebeat - ERROR instance/beat.go:800

Hello, I'm trying to start filbeat but apparently I have no input no paths defined for input accessing config.

this is the file im using:

###################### Filebeat Configuration Example          #########################

# This file is an example configuration file highlighting only the most common
# options. The filebeat.reference.yml file from the same directory contains all the
# supported options with more comments. You can use it as a reference.
#
# You can find the full configuration reference here:
º# https://www.elastic.co/guide/en/beats/filebeat/index.html

# For more available modules and options, please see the filebeat.reference.yml sample
# configuration file.

#=========================== Filebeat inputs =============================

filebeat.inputs:

# Each - is an input. Most options can be set at the input level, so
# you can use different inputs for various configurations.
# Below are the input specific configurations.

- type: log

  # Change to true to enable this input configuration.
  enabled: true
  # Paths that should be crawled and fetched. Glob based paths.
  paths:
     - \Filebeat\logs\*.log
     #- c:\programdata\elasticsearch\logs\*`

Can you please share the actual error message + logs?

I managed to solve the problem a couple of hours later, thank you very much anyways!

How did you solve it?

I just eliminated Filebeat from the server and downloaded it again. Worked smooth after that.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.