Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I installed the 5.0.0 debian package but I do not see any index created #2

Open
matajaz opened this issue Apr 23, 2017 · 0 comments
Open

Comments

@matajaz
Copy link

matajaz commented Apr 23, 2017

Hi,

I have installed the latest version and update the config file and started consulbeat in an ES5.3.1 environment.
Unfortunately I do not see any index created.
curl -XGET elasticsearch:9200/_cat/indices?v
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
yellow open metricbeat-2017.04.23 3uUmRYD9RKmkrnkculBCFg 5 1 29267 0 19.6mb 19.6mb
yellow open heartbeat-2017.04.23 9mIEbUi9SheLFrRcRijWwg 5 1 1347 0 865.6kb 865.6kb
yellow open .kibana pRToTA8-QFGcNweqVEhtUA 5 1 148 87 621.8kb 621.8kb
yellow open filebeat-2017.04.23 Zkj7qfdVSm2xsXnbOudXHg 5 1 7602 0 3.6mb 3.6mb

Log file: (I do not see any debug printout even when debug is enabled)
cat /var/log/consulbeat/consulbeat
2017-04-23T20:35:43Z INFO Home path: [/usr/share/consulbeat] Config path: [/etc/consulbeat] Data path: [/var/lib/consulbeat] Logs path: [/var/log/consulbeat]
2017-04-23T20:35:43Z INFO Setup Beat: consulbeat; Version: 5.0.0
2017-04-23T20:35:43Z INFO Loading template enabled. Reading template file: /etc/consulbeat/consulbeat.template.json
2017-04-23T20:35:43Z INFO Elasticsearch url: http://elasticsearch.service.consul:9200
2017-04-23T20:35:43Z INFO Activated elasticsearch as output plugin.
2017-04-23T20:35:43Z INFO Publisher name: consulbeat
2017-04-23T20:35:43Z INFO Flush Interval set to: 1s
2017-04-23T20:35:43Z INFO Max Bulk Size set to: 50
2017-04-23T20:35:43Z INFO consulbeat start running.
2017-04-23T20:35:43Z INFO consulbeat is running! Hit CTRL-C to stop it.
2017-04-23T20:35:44Z INFO Event sent
2017-04-23T20:35:45Z INFO Event sent
2017-04-23T20:35:46Z INFO Event sent
2017-04-23T20:35:47Z INFO Event sent
2017-04-23T20:35:48Z INFO Event sent
2017-04-23T20:35:49Z INFO Event sent
2017-04-23T20:35:50Z INFO Event sent
2017-04-23T20:35:51Z INFO Event sent
2017-04-23T20:35:52Z INFO Event sent
2017-04-23T20:35:53Z INFO Event sent
2017-04-23T20:35:54Z INFO Event sent
2017-04-23T20:35:55Z INFO Event sent
2017-04-23T20:35:56Z INFO Event sent
2017-04-23T20:35:57Z INFO Event sent
2017-04-23T20:35:58Z INFO Event sent
2017-04-23T20:35:59Z INFO Event sent
2017-04-23T20:36:00Z INFO Event sent
2017-04-23T20:36:01Z INFO Event sent
2017-04-23T20:36:02Z INFO Event sent
2017-04-23T20:36:03Z INFO Event sent
2017-04-23T20:36:04Z INFO Event sent
2017-04-23T20:36:05Z INFO Event sent
2017-04-23T20:36:06Z INFO Event sent
2017-04-23T20:36:07Z INFO Event sent
2017-04-23T20:36:08Z INFO Event sent
2017-04-23T20:36:09Z INFO Event sent
2017-04-23T20:36:10Z INFO Event sent
2017-04-23T20:36:11Z INFO Event sent
2017-04-23T20:36:12Z INFO Event sent
2017-04-23T20:36:13Z INFO No non-zero metrics in the last 30s

curl -XGET http://consul:8500/v1/catalog/services?pretty
{
"amqp": [],
"consul": [],
"elasticsearch": [],
"inventory": [
"API:v1"
],
"kibana": [],
"logstash": [],
"mongodb": [
"database",
"nosql"
],
}

/usr/bin/consulbeat.sh -d "*,config"
^Cubuntu@docker-vm-0:~$

Have I missed something?

Br Mathias

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant