-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Log Explorer] Show message column by default #160422
Comments
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
💡 Implementation hintDoing some attempt while waiting on the blocked task, should be achievable with a call to
|
@weltenwort regarding some additional acceptance criteria for this task, what do you think about:
The user could update the columns selection while navigating the datasets, so I thought would be correct to keep their selection if they apply a custom one, so that it can be restored from the URL too. Does it sound correct? |
Yes, these look good 👍 thank you! |
ℹ️ I've updated the ACs with your proposed content (just phrased a bit differently). |
## 📓 Summary Closes #160422 This work sets the columns for the logs explorer to the default `@timestamp` field and to `message`, giving priority to existing columns set by the user and applying those when accessing the log explorer with the default columns. https://github.com/elastic/kibana/assets/34506779/39c6053b-30b8-4a29-80e4-80aa5718b072 --------- Co-authored-by: Marco Antonio Ghiani <[email protected]>
📓 Summary
For time-based dataviews Discover shows the timestamp field and a mixed "document" field by default. In the
log-explorer
profile we want to show the timestamp and themessage
field by default when the user selects a dataset.🛑 blocked by: [Logs+] Implement Logs Dataset selector #159907✔️ Acceptance criteria
message
columns
state is an empty list, the columns are initialized asmessage
columns
state has content, they are restored from the URLcolumns
application state is an empty list, the columns are initialized asmessage
columns
application state has content, the columns are kept as they were before💡 Implementation hints
The text was updated successfully, but these errors were encountered: