Hello All,
I'm doing a usecase where in Role ,Group,User column in kibana I'm showing "string" value in bytes and need to know if there is possibility in kibana if this string value is converted to URL in kibana through index pattern option,then by clicking this it should direct to custom url link that is
maintained in another field.(Using Enhanced Data Table)/
ex:
"role.data":"string","group.data":"string"..etc
"role.url":"www.urllink1.co","group.url":"www.urllink1.co"..
So now when clicked on "role.data" ,it should redirect to "role.url"
TIMESTAMP ROLE GROUP USER
26052022 14 MB 32 MB 200 MB
25052022 1 GB 54 KB 1 GB
Thanks,