Hello there!
I was wondering something as a simple minded programmer. Here is the situation. Lets say I am at location B which is about 50 km from location A. I have a Kibana setup at location A but Kibana is only accessible at location A and therefore not at location B. This is due to server protections
I would like to be able to grab some data from Kibana at location B without changing the server protection. At first I figured that an iFrame might be the solution but sadly that would still require access at location A. Then I was thinking of making a small program which simply sends a query (similar to how the URL syntax works of Kibana's URL) and Kibana sends the results back to me in the format that I requested it to be.
Is such a concept possible at this time?
Thanks in advance