Hello,
What I'm trying trying to do - create an URL scripted field in kibana, which should make a request to my apps API. This request should contain some id information of logged in kibana user (username or any possible unique identifier).
So I have two questions:
- Is it posible to acces logged in user information (username, id, etc.) from kibana scripted field?
- Is it possible to make request (POST ?) to some external API from URL formatted kibana scripted field?
Thank you.