Hi All
I am using kibana-6.2.4-x86_64.rpm
My Use case is as follows
I have one data field as below
- log_url = http:/xx.yy.zz/dir/result/output.log
Using the above filed I could create a scripted field using painless to get the logfile name as below. - logname: output.log
But now I want to create a hyperlink as below which can be clicked by kibana view and it should directly download the logfile in the system. is it possible usecase ?
3. loglink: output --> http:/xx.yy.zz/dir/result/output.log
log_url value is too big to show in the dashboard hence looking for any hyperlink/label just to click and download.