Hello everyone !
I have a 3 node cluster (1 with kibana/elasticsearch and 2 with logstash/elasticsearch). On the client side I use Filebeat to send logs.
I have ugraded from 8.11 to 8.14.1 and my dashboards no longer display the logs and I don't know why.
If I go to the section Observability then Logs -> Stream, I can see all my incoming logs.
But if I go to the section Analytics -> Dashboards, my dashboards don't show my logs (Panel Log stream).
Does anyone have the same problem ?
Thanks in advance,
jsanz
(Jorge Sanz)
June 24, 2024, 1:25pm
2
Have you tried editing the dashboard and opening the Log Stream panel to see if you can open that saved search in Discover without issues?
Also, any errors in the Browser Console?
Thanks for replying !
On my dashboard, I don't have this option :
I have some errors in my browser Console (I use firefox) but I have exactly the same errors when I go to Observability -> Logs -> Stream
jsanz
(Jorge Sanz)
June 24, 2024, 2:00pm
4
You may need to copy that saved search to a different dashboard if you can't edit that one.
I've found this issue that seems related to yours and it is still being triaged
opened 06:28PM - 11 Jun 24 UTC
bug
feedback_needed
Feature:Data Views
Team:DataDiscovery
**Kibana version:** 8.14.0
**Elasticsearch version:** 8.14.0
**Server OS v… ersion:** Elastic Cloud
**Browser version:** Chrome 125.0.6422.142
**Browser OS version:** MacOS 14.5
**Original install method (e.g. download page, yum, from source, etc.):** Elastic Cloud
**Describe the bug:**
Ever since the update to 8.14.0, data views and therefore most dashboards have been broken for some indexes. I have checked the backing indexes and they seem fine. In Discover, search takes forever and does not render any fields. In Dashboards and Visualizations, there are error messages stating that the term could not be found and nothing is displayed in the visualization. I have tried recreating the data view for logs-*, but this did not fix the issue.
**Steps to reproduce:**
1. Updated to 8.14.0
**Expected behavior:**
**Screenshots (if relevant):**
![image (10)](https://github.com/elastic/kibana/assets/103953262/c81c60cc-013e-489f-bb67-ac8aeed66a64)
![image (9)](https://github.com/elastic/kibana/assets/103953262/90e6987e-2198-4951-b66a-1e06d5894d43)
![image (8)](https://github.com/elastic/kibana/assets/103953262/8cbefa7e-b58a-48d8-9687-5b69d4c117c0)
![image (7)](https://github.com/elastic/kibana/assets/103953262/4a9b276f-1bc1-4110-8791-cbb0976bf3a3)
**Errors in browser console (if relevant):**
**Provide logs and/or server output (if relevant):**
**Any additional context:**
I can edit my dashboard but I can't open the saved search in Discover, i choose the "Log Stream' in this panel (bullet point 1)
I don't know if I can use "custom visualization" (bullet point 2) to create a log stream
jsanz
(Jorge Sanz)
June 24, 2024, 5:14pm
6
Oh, I see. I'm sorry. I confused the dedicated Log Stream panel with the classic Discover Saved Search. I suggest creating a saved search and using that in your dashboard.
Log Stream dashboard embeddable seams that will be deprecated in 9.x
opened 09:14AM - 07 Jun 24 UTC
Team:obs-ux-logs
The log stream app and embeddable are planned to be removed in a future release … (probably 9.0)
To reflect this, the following tasks need to be performed:
* Add a banner to the top of the log stream app explaining the deprecation
* Link to Logs explorer
* Explain that we are working on a new experience for exploring logs which is recommended and it's not recommended anymore to use Logs stream
* In the "Add panel" dropdown menu, mark "Log stream" as deprecated
* Add a banner to the top of the documentation pages regarding logs stream under https://www.elastic.co/guide/en/observability/current/monitor-logs.html , explaining the same things
* The "Logs" menu entry in the main sidenav should link to Logs Explorer instead of Logs Stream. There should be a "beta" label next to the menu entry to reflect the beta status of Logs Explorer.
I've opened a new issue for this, since I could reproduce the issue on my end as well. Please feel free to chime in and provide any additional feedback you see fit.
opened 05:14PM - 24 Jun 24 UTC
bug
Team:obs-ux-logs
**Kibana version:**
8.14.1 (migrated from 8.13)
**Elasticsearch version:**
… same
**Server OS version:**
N/A
**Browser version:**
Firefox 127
**Browser OS version:**
Ubuntu 22.04
**Original install method:**
Elastic Cloud
**Describe the bug:**
Log Stream dashboard embedabble is empty, while there are no isuses to get logs in the main application
**Steps to reproduce:**
1. Open the main logs and check data is available
2. Create a new dashboard
3. Add the **Log Stream** panel
**Expected behavior:**
Panel should get data retrieved
**Screenshots (if relevant):**
**Stream:**
![image](https://github.com/elastic/kibana/assets/188264/c769d803-2e04-48ff-9982-def58c50f4cc)
**Logs explorer**
![image](https://github.com/elastic/kibana/assets/188264/b1af5419-aa5d-460b-9928-60e9e78d5b02)
**Empty panel**
![image](https://github.com/elastic/kibana/assets/188264/f4e646d4-b0a9-4183-9853-4e65ba7689b4)
**Errors in browser console (if relevant):**
Nothing relevant
**Provide logs and/or server output (if relevant):**
**Any additional context:**
Source of this issue, a post in the Elastic Community forum: [Logs are not displayed in Dashboard](https://discuss.elastic.co/t/logs-are-not-displayed-in-dashboards/361962/5)
jsanz
(Jorge Sanz)
June 25, 2024, 8:07am
7
The issue with LogStream will be fixed in 8.15 with this PR
elastic:main
← Kerry350:184450-fix-redirect-wrapper
opened 11:39AM - 30 May 24 UTC
## Summary
Fixes https://github.com/elastic/kibana/issues/184450.
Rather t… han trying to interfere with the `CoreProviders` used by the Metrics and Logs apps (which work as expected when using a page template etc) this just introduces a `LogStreamEmbeddableProviders` for the embeddable. `useLinkProps` should facilitate the intended functionality from the wrapper anyway.
The embeddable will be deprecated soon, so this should be a suitable solution.
## Review notes
- The embeddable should render correctly in dashboard (with panel resizing) and solution contexts, e.g:
<img width="918" alt="Screenshot 2024-05-30 at 12 03 21" src="https://github.com/elastic/kibana/assets/471693/50e0fb59-067f-4950-9cef-5f1a65d5a6de">
<img width="1253" alt="Screenshot 2024-05-30 at 12 06 57" src="https://github.com/elastic/kibana/assets/471693/d7cb3213-6d08-4957-8ff6-b85947676a5e">
Sorry for the inconvenience.
Ohhh thanks good news !!
I will try to create a saved search and use it in my dashboard instead (if that will be deprecated in a future release)
1 Like