I cannot see information when create index filebeat in "Time filter field name: @timestamp"

I am new to ELK and configure filebat with modules, the cisco module is enable and I am not receiving information when I create the index pattern with filter "@timestap", if I create the index in kibana without time filter I can see information in "discovery"

this is my configuration:

filebat.yml
filebeat.inputs:

#================ Filebeat modules ====================

filebeat.config.modules:

Glob pattern for configuration loading

path: ${path.config}/modules.d/*.yml

#=========== Elasticsearch template setting ===============
setup.template.enable: true
setup.template.overwrite: true
setup.template.settings:
index.number_of_shards: 1

#================= Kibana =========================

setup.kibana:
host: "172.21.61.239:5601"
#================ Outputs ===============================

Configure what output to use when sending the data collected by the beat.

#-------------------------- Elasticsearch output ------------------------------
output.elasticsearch:
hosts: ["172.21.61.239:9200"]
#===================== Processors ==============================

Configure processors to enhance or manipulate events generated by the beat.

processors:

  • add_host_metadata: ~
  • add_cloud_metadata: ~

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