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

Sample Kibana dashboards #69

Open
ddrozdov opened this issue Jan 21, 2016 · 13 comments
Open

Sample Kibana dashboards #69

ddrozdov opened this issue Jan 21, 2016 · 13 comments

Comments

@ddrozdov
Copy link

It would be very useful if you could provide some Kibana templates for dockerbeat.
Like Elastic does for topbeat: https://github.com/elastic/beats-dashboards

@marminthibaut
Copy link
Member

That is not really official, but you can find dashboard for beta 2 here : https://github.com/Ingensi/beats-dashboards/tree/dockerbeat

I just update the repo with my current local version. Blkio visualizations are missing..

@ddrozdov
Copy link
Author

That's great! Thank you.

@luckydonald
Copy link

Note, all occurences of dockerbeat must be changed to dockbeat

@luckydonald
Copy link

luckydonald commented Jan 6, 2017

Basically:

# get it
git clone https://github.com/Ingensi/beats-dashboards.git
# go into folder
cd beats-dashboards/
# switch to right branch
git checkout dockerbeat
# or the exact commit: 
#git checkout f7a1e93eb387e431fcdf810e49a081d4a84b585d
# replace dockerbeat with dockbeat
find . -type f -exec sed -i 's/dockerbeat/dockbeat/g' {} +
# load it into the server
./load.sh -url 'http://elastic:9200/'

@matajaz
Copy link

matajaz commented Mar 23, 2017

I have some trouble loading the dashboards.

I get the following errors in Kibana
12 Saved "field" parameter is now invalid. Please select a new field.
14 Visualize: "field" is a required parameter

image

image

Are there more tweaks I need to do before I can use the dashboards.

Br Mathias

@matajaz
Copy link

matajaz commented Mar 23, 2017

I realized that there should be "net......." fileds in the blank fields.

I do not get this statistics:
image
Possibly due to that I use --net=host

I tried to spinn up a container without --net=host making the container run in it's own network.
This did not give any more Fields.

I tried to add metaFields (net.rxBytes_ps, net.txBytes_ps and so on) in Kibana's advanced settings but I was still not allowed to use these fields in the visualizations.
I seems like there must be some events including the field before it is allowed to use them in visualizations.

Any ideas how to generate the net fileds?

Br Mathias

@ruflin
Copy link

ruflin commented Mar 25, 2017

The docker module in metricbeat (which was contributed by dockbeat) contains also dashboards.

@luckydonald
Copy link

@ruflin: so do I stilll need to make this process outlined in the second post?

@ruflin
Copy link

ruflin commented Mar 29, 2017

@luckydonald Not sure I can follow your question?

@luckydonald
Copy link

@ruflin What do I have to to now, to get dashboards?

@ruflin
Copy link

ruflin commented Apr 5, 2017

Are you running dockbeat or metricbeat?

@luckydonald
Copy link

luckydonald commented Apr 6, 2017

Wait... There are now two to choose from?
That's probably what confused me.

I skipped over the part with the Metricbeat Docker module, you were talking about, sorry.

I currently have neither running, the last time I did, there were some memory issues (#139).
Has anyone compared them, and got a glimpse if/how they differ?

@ruflin
Copy link

ruflin commented Apr 7, 2017

Dockbeat was converted to a module for metricbeat and contributed. So they have the exact same foundation. Recently most changes/fixes went into the docker module in metricbeat.

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

5 participants