chimeno
(Daniel Chimeno)
March 26, 2020, 8:27pm
1
Debian 10
journalbeat 7.6.1 installed with apt
when configured with:
setup.dashboards.enabled: true
journalbeat says:
Error importing Kibana dashboards: fail to import the dashboards in Kibana: Error importing directory /usr/share/journalbeat/kibana: No dashboards to import. Please make sure the /usr/share/journalbeat/kibana/7
inside /usr/share/journalbeat/
.
├── bin
│ ├── journalbeat
│ └── journalbeat-god
├── kibana
│ └── default
│ └── index-pattern
│ └── journalbeat.json
├── LICENSE.txt
├── NOTICE.txt
└── README.md
Is there any way to setup dashboards? maybe with a url or manually?
Like you can see here dashboard is broken at the moment:
https://www.elastic.co/guide/en/beats/journalbeat/7.6/view-kibana-dashboards.html
It was removed at version 7.5:
elastic:master
← kvch:remove-journalbeat-dashboard
opened 08:20AM - 02 Jan 20 UTC
So I think there won't be a quick fix for that.
I didn't try but maybe you can make it with the last version of the dashboard
{
"objects": [
{
"attributes": {
"description": "",
"hits": 0,
"kibanaSavedObjectMeta": {
"searchSourceJSON": {
"filter": [],
"query": {
"language": "kuery",
"query": ""
}
}
},
"optionsJSON": {
"hidePanelTitles": false,
"useMargins": true
},
"panelsJSON": [
This file has been truncated. show original
and this fix comment
opened 08:31PM - 10 Apr 19 UTC
closed 07:25AM - 27 Jan 20 UTC
Elasticsearch & Kibana 7.0.0 deployment with Journalbeat.
version: '2.4'
volumes: { esdata: {}, kbdata: {} }
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.0.0
restart: unless-stopped
environment:
-...
Journalbeat
bug
And maybe this PR?
elastic:master
← kvch:fix-journalbeat-dashboard-7.0
opened 12:31PM - 04 Feb 19 UTC