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

how can I change kibana ui using open source? #77572

Closed
ohjeongmin opened this issue Sep 16, 2020 · 3 comments
Closed

how can I change kibana ui using open source? #77572

ohjeongmin opened this issue Sep 16, 2020 · 3 comments

Comments

@ohjeongmin
Copy link

ohjeongmin commented Sep 16, 2020

Hi everyone!
I've one big problem with kibana. I reallllllly need help...
I wanna add a my custom manu on kibana (using git open source).
like when I click that menu button, a new ui window pops up!

I downloaded kibana source v7.8.1 and
I use elasticsearch v7.8.1 basic model provided by Elasticwebsite using .bat file

I really have no idea how can I start fix those codes..
help me T-T(crying)

I'll listen carefully to your little opinions.
Thanks

@pmuellr
Copy link
Member

pmuellr commented Sep 16, 2020

The primary way of extending the Kibana UI is to create new plugins, which can extend the existing UIs.

We have a number of examples available in the examples directory: https://github.com/elastic/kibana/tree/master/examples

Probably best to look through those, you'll get a sense for how to create a plugin, and what they can do.

Also note, we will have a new feature shipping in a future release of Kibana called "URL drilldown", which will let you add external links in some UIs like visualizations - if that ends up working out for you, it will be a lot easier than writing a new plugin :-) It is an x-pack feature, so won't work in the open source version of Kibana, but I believe will work with the free "Basic" license. The PR is here: #75450

@pmuellr
Copy link
Member

pmuellr commented Sep 16, 2020

A couple of other things I should have mentioned:

We try to keep the Github issues extremely technical and focused, due to the number of issues we track. The discuss forum is a great place to ask more general questions.

I'm going to close this for now, feel free to open issues if you find any technical issues working on this.

@pmuellr pmuellr closed this as completed Sep 16, 2020
@ohjeongmin
Copy link
Author

you're a great help to me. thank you genius!!!

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

2 participants