Monica Sarbu
Monica Sarbu
The _proc.cpu.user_p_ is empty in the _Top processes_ widget from the Topbeat dashboard in case the latest stable versions of Elastisearch and Kibana are used. Topbeat exports the right value...
The load script doesn't receive the password together with the username for connecting to Elasticsearch. Passing username:password under the `user` argument doesn't work: ./load.sh -user 'admin:xxxxxx' -url 'https://xyz.aws.found.io:9243' But the...
Merge to the 1.1 branch the PR: https://github.com/elastic/beats-dashboards/pull/57
With elastic/topbeat#130, cpu usage is exported per core. We need to find a way to set all the user_p fields as Percentage.
As of https://github.com/elastic/libbeat/pull/285, beat.name, beat.hostname and beat.version are exported and are affecting all the dashboards.
Update the index pattern definitions of topbeat to set actual_used_p values to Percentage. The PR #93 adds swap.actual_used_p and mem.actual_used_p.
It would be nice if we can include an example dashboard for Memcache as well. A screenshot would be useful for doc.
Unfortunately on OSX there is no _any_ device like it is on Linux in order to monitor multiple interfaces. On OSX, a packetbeat instance can monitor a single interface. In...