Hi,
I am writing a kibana plugin and I would like to get the current logged in user infos such as username from my plugin server.
I have tried server.plugins.security.getuser but nothing.
Any idea?
thanks
Hi @sudosu,
- What version of Kibana are you using?
- What type of plugin are you writing (legacy or new/current)?
- Is security plugin enabled?
Best,
Oleg
- the version is 7.4.2
- I guess it's legacy. What's the difference ?
- No it's not.
I just used the open source kibana version like recommended on the github page.
thanks.