It's actually not that difficult. Just need a little patience learning 
AngularJS. The easiest way to start is to look:

1) src/app/panels is where all the panels live - copy one out of here (I'd 
start with the text panel), create a new folder - new name based on your 
panel name, and edit and strip down the editor, module, and js files (just 
rename your panel name in the code accordingly)

2) src/config.js is where you will add your panel to make it visible to 
kibana. Scroll down to the bottom and add it to the list

Assuming you got no syntax errors, clear your browser cache and refresh and 
you should be able to add your new panel onto the dashboard. If something 
is not working, just reverse all the processes above and you can go back to 
your original Kibana state without much problem. You'll probably want to do 
this in a DEV environment and test it first anyway.

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/1cd29006-23d1-4a30-b4d9-6ef53434a70b%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to