-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
One of the most frequent requests we've heard when Kibana devs evaluate whether or not they want to use our shared Logs component is whether they can configure which columns show up when the component is rendered. Right now, the columns are controlled by the overall Logs App source configuration, found at /app/logs/settings :
This may or may not make sense, considering the use case for each individual instance of the shared component will likely be different than the main Log Stream use case, so each one likely wants to choose its own relevant columns (although this does come with the drawback of the shared component becoming unusable for users who may have added interesting columns, etc.)
What are the other pros and cons of making the columns configurable per instance? If you would like to see these be configurable, please tell us about your use case in the comments of this issue. Thanks!
