KIBANA ENHANCED DATATABLE DYNAMIC ASSIGN FIELD VALUE

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,

Hello,
it seems like drilldowns can be of use for you, take a look here: Dashboard drilldowns with data visualizations in Kibana | Elastic Videos

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.