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

Accessing connected user id from the plugin #163

Open kavipadm opened 3 years ago

kavipadm commented 3 years ago

Hi Team,

Great work on this plugin. wanted to check if its possible to access the user id from the plugin as part of computed columns.

Thanks and regards, Kavita

fbaligand commented 3 years ago

For user id, this is currently not possible. for start and end date (from time picker range), I currently work on it. This will be available in next release.

fbaligand commented 3 years ago

Hi,

As there is already an issue for access to "time range" (including "from" and "to" dates) : #109 Could you modify this issue to just mention access to "connected username"?

fbaligand commented 3 years ago

Hi @kavipadm, I just published Enhanced Table v1.11.0! And it includes a new timeRange variable with info on "start" date, "end" date, and "duration" of the selected interval.

More info here: https://github.com/fbaligand/kibana-enhanced-table/releases/tag/v1.11.0