[httpjson] Process another repeated request

Hello,

I am trying to set up a Enrolled Beat in Kibana's Beats Central Management, although its running it doesn't create any index with the data.

The configuration block

Type: Filebeat Input

Path: /home/vagrant/foo.json

Other Config:
type: httpjson
url: 'http://webservice/file.json'
interval: 10s
tags:
  - json
enabled: true

the filebeat host service console log:

vagrant@buster:/home/vagrant/$ sudo systemctl status filebeat.service
● filebeat.service - Filebeat sends log files to Logstash or directly to Elasticsearch.
   Loaded: loaded (/lib/systemd/system/filebeat.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2020-05-20 16:57:13 GMT; 24s ago
     Docs: https://www.elastic.co/products/beats/filebeat
 Main PID: 4635 (filebeat)
    Tasks: 12 (limit: 4915)
   Memory: 18.5M
   CGroup: /system.slice/filebeat.service
           └─4635 /usr/share/filebeat/bin/filebeat -environment systemd -c /etc/filebeat/filebeat.yml -path.home /usr/share/filebeat -path.config /etc/filebeat -path.data /var/lib/filebeat -path.logs /var/log/filebeat

May 20 16:57:14 buster filebeat[4635]: 2020-05-20T16:57:14.806Z        INFO        [centralmgmt]        management/manager.go:330        Updating state to 'IN_PROGRESS'
May 20 16:57:14 buster filebeat[4635]: 2020-05-20T16:57:14.806Z        INFO        [centralmgmt]        management/manager.go:281        Applying settings for filebeat.inputs
May 20 16:57:14 buster filebeat[4635]: 2020-05-20T16:57:14.806Z        INFO        [httpjson]        httpjson/input.go:108        Initialized httpjson input.        {"url": "http://webservice/file.json"}
May 20 16:57:14 buster filebeat[4635]: 2020-05-20T16:57:14.806Z        INFO        input/input.go:114        Starting input of type: httpjson; ID: 1809118958944159370
May 20 16:57:14 buster filebeat[4635]: 2020-05-20T16:57:14.806Z        INFO        [centralmgmt]        management/manager.go:281        Applying settings for output
May 20 16:57:14 buster filebeat[4635]: 2020-05-20T16:57:14.806Z        INFO        [centralmgmt]        management/manager.go:281        Applying settings for filebeat.modules
May 20 16:57:14 buster filebeat[4635]: 2020-05-20T16:57:14.806Z        INFO        [centralmgmt]        management/manager.go:330        Updating state to 'RUNNING'
May 20 16:57:14 buster filebeat[4635]: 2020-05-20T16:57:14.806Z        INFO        [httpjson]        httpjson/input.go:118        httpjson input worker has started.        {"url": "http://webservice/file.json"}
May 20 16:57:25 buster filebeat[4635]: 2020-05-20T16:57:25.023Z        INFO        [httpjson]        httpjson/input.go:435        Process another repeated request.        {"url": "http://webservice/file.json"}
May 20 16:57:35 buster filebeat[4635]: 2020-05-20T16:57:35.008Z        INFO        [httpjson]        httpjson/input.go:435        Process another repeated request.        {"url": "http://webservice/file.json"}

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