Giter Club home page Giter Club logo

Comments (7)

ytzlax avatar ytzlax commented on July 30, 2024

Do you use x-pack or searchguard ?
(https://github.com/floragunncom/search-guard)

from kibana-api.

agonzalezm avatar agonzalezm commented on July 30, 2024

No, also i dont see how can that help, i dont want to have a login user/password in xpack for each different user i want to show data. I want to filter that in my application.

from kibana-api.

agonzalezm avatar agonzalezm commented on July 30, 2024

with xpack/searchguard i know i can define user/password and associate some filter but then my app will have to know all user/password in xpack right? and aslo can i have one dashboard shared across all users or i need to define dashboard again and again on every user/role in kibana.

from kibana-api.

ytzlax avatar ytzlax commented on July 30, 2024

First ,I recommend you to protect your elasticsearch index, otherwise the users can reach your kibana embedded url and navigate to kibana admin(5601 port) and then go to "dev tools" tab and there delete your index.

I have a question:
There is a different in kibana dashboard between two users for example different visualisation or the only different thing is the data?

from kibana-api.

agonzalezm avatar agonzalezm commented on July 30, 2024

no difference in dashboard, we want to use same dashboard, just data change across users logged into my website

from kibana-api.

ytzlax avatar ytzlax commented on July 30, 2024

So unfortunately, I think that kibana-API is not the plugin that you looking for, kibana API expose kibana(not elasticsearch) functionality like create visualisation dynamically, create index pattern dynamically etc.
As I understand your problem is how to expose specific data to specific user, it is not this plugin scope.

I have two suggestions:

  1. create different index for each user, then in kibana embedded URL change the index pattern for specific user,in this solution you can use kibana-API plugin to create the index-pattern dynamically.
  2. Like I said try use search-guard, I think it exactly what you looking for

from kibana-api.

agonzalezm avatar agonzalezm commented on July 30, 2024

ok, i understand. Thanks!

from kibana-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.