fbaligand / kibana-enhanced-table

Kibana visualization like a Data Table, but with enhanced features like computed columns, filter bar, and “Split Cols” bucket
Apache License 2.0
305 stars 65 forks source link

ELK v8.9 lost support for Computed column Template referring to other columns #331

Closed markwheal closed 5 months ago

markwheal commented 10 months ago

In Enhanced Table, I used to be able to include a hover over text for a Computed column, and have it output the value from another column, in this example, another column named "blah".

This template previously would have produced a hover over text, "blah = 123", if the "blah" column had a value, 123.

<div title="blah = {{col['blah']}} ">{{value}}</div>

fbaligand commented 10 months ago

Well, as it is a pure HTML behavior, I don’t know what to answer. It is not tied to the plugin itself, but how your browser interprets your html code. Sorry.

fbaligand commented 9 months ago

@markwheal I just tested your exact code in a computed column template, and it works fine. So the problem seems to be your browser interpretation, or else 'blah' column does not exist.

fbaligand commented 5 months ago

I close the issue, given that the problem is not reproducible and there is no feedback since 6 months.