Skip to content
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 debug message if the Kibana dashboard can not be imported #20150

Conversation

kvch
Copy link
Contributor

@kvch kvch commented Jul 22, 2020

This PR is the updated verion of a community contribution which was abandoned in #13387. The original PR description is the following:

As described in #12211, depending on the value of setup.dashboards.beat there is a required directory structure for successful import of the Kibana dashboards from the archive file.

This PR adds additional path in case when no Kibana dashboards can be imported from the archive file, which logs debug message as shown below:

2019-08-29T22:40:00.122+0200    DEBUG   [dashboards]    dashboards/kibana_loader.go:146 Unzip archive /tmp/tmp263803916
2019-08-29T22:40:00.126+0200    DEBUG   [dashboards]    dashboards/kibana_loader.go:146 Importing Kibana from /tmp/tmp263803916/kibana/filebeat
.. 
// this is added 
2019-08-29T22:40:00.126+0200    DEBUG   [dashboards]    dashboards/kibana_loader.go:146 Skipping import of /tmp/tmp263803916/kibana/filebeat directory. Beat name: metricbeat, base dir name: filebeat.
// end

2019-08-29T22:40:00.126+0200    INFO    instance/beat.go:776    Kibana dashboards successfully loaded.

Implementation of point 2 from #12211 proposal.

There is a table in #12211 that contains test cases for this issue, but I currently don't know how to mock all necessary dependencies and implement unit tests for this without too much changes in libbeat/dashboards/importer.go.

I see that there are some integration tests for loading dashboards in libbeat/tests/system/test_dashboard.py so I'll check those out.

Fixes #12211
Closes #13387

@kvch kvch added needs_backport PR is waiting to be backported to other branches. [zube]: In Review Team:Services (Deprecated) Label for the former Integrations-Services team labels Jul 22, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations-services (Team:Services)

@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Jul 22, 2020
@elasticmachine
Copy link
Collaborator

elasticmachine commented Jul 22, 2020

💔 Tests Failed

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [Pull request #20150 updated, Started by user Victor Martinez, Rebuilds build #3]

  • Start Time: 2020-07-23T07:48:37.142+0000

  • Duration: 118 min 50 sec

Test stats 🧪

Test Results
Failed 14
Passed 14902
Skipped 1888
Total 16804

Test errors

Expand to view the tests failures

  • Name: Build and Test / Metricbeat OSS Unit tests / test_process – test_system.Test

    • Age: 1
    • Duration: 1.109
    • Error Details: False is not true : fd not found in any process events
  • Name: Build and Test / Auditbeat x-pack / test_connected_udp_ipv4 – test_system_socket.Test

    • Age: 1
    • Duration: 60.114
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_connected_udp_ipv6 – test_system_socket.Test

    • Age: 1
    • Duration: 60.028
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_dns_enrichment – test_system_socket.Test

    • Age: 1
    • Duration: 60.12
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_dns_long_request – test_system_socket.Test

    • Age: 1
    • Duration: 60.117
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_dns_udp_ipv6 – test_system_socket.Test

    • Age: 1
    • Duration: 60.12
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_dns_unidirectional_udp – test_system_socket.Test

    • Age: 1
    • Duration: 60.121
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_multi_udp_upv4 – test_system_socket.Test

    • Age: 1
    • Duration: 60.118
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_no_dns_enrichment – test_system_socket.Test

    • Age: 1
    • Duration: 60.104
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_tcp_ipv4 – test_system_socket.Test

    • Age: 1
    • Duration: 60.115
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_tcp_ipv6_disabled – test_system_socket.Test

    • Age: 1
    • Duration: 60.119
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_udp_ipv4 – test_system_socket.Test

    • Age: 1
    • Duration: 60.11
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_udp_ipv6 – test_system_socket.Test

    • Age: 1
    • Duration: 60.118
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_udp_ipv6_disabled – test_system_socket.Test

    • Age: 1
    • Duration: 60.116
    • Error Details: Expected exit code to be 0, but it was 1

Steps errors

Expand to view the steps failures

  • Name: Mage build test

    • Description: mage build test

    • Duration: 9 min 43 sec

    • Start Time: 2020-07-23T08:14:23.069+0000

    • log

  • Name: Report to Codecov

    • Description: .ci/scripts/report-codecov.sh auditbeat filebeat heartbeat journalbeat libbeat metricbeat packetbeat winlogbeat

    • Duration: 1 min 27 sec

    • Start Time: 2020-07-23T09:03:23.026+0000

    • log

  • Name: Mage update build test

    • Description: mage update build test

    • Duration: 20 min 31 sec

    • Start Time: 2020-07-23T08:14:24.195+0000

    • log

  • Name: Mage build test

    • Description: mage build test

    • Duration: 7 min 16 sec

    • Start Time: 2020-07-23T08:14:25.727+0000

    • log

  • Name: Mage build unitTest

    • Description: mage build unitTest

    • Duration: 6 min 18 sec

    • Start Time: 2020-07-23T08:14:24.688+0000

    • log

  • Name: Report to Codecov

    • Description: .ci/scripts/report-codecov.sh auditbeat filebeat heartbeat journalbeat libbeat metricbeat packetbeat winlogbeat

    • Duration: 1 min 27 sec

    • Start Time: 2020-07-23T09:09:14.116+0000

    • log

  • Name: Make test

    • Description: make -C generator/_templates/metricbeat test

    • Duration: 8 min 35 sec

    • Start Time: 2020-07-23T09:35:17.897+0000

    • log

  • Name: Report to Codecov

    • Description: .ci/scripts/report-codecov.sh auditbeat filebeat heartbeat journalbeat libbeat metricbeat packetbeat winlogbeat

    • Duration: 1 min 28 sec

    • Start Time: 2020-07-23T09:43:05.294+0000

    • log

  • Name: Recursively delete the current directory from the workspace

    • Description: script returned exit code 2

    • Duration: 1 min 18 sec

    • Start Time: 2020-07-23T09:44:36.765+0000

    • log

Log output

Expand to view the last 100 lines of log output

[2020-07-23T09:44:36.580Z]  Experimental: false
[2020-07-23T09:44:36.580Z]  Orchestrator: swarm
[2020-07-23T09:44:36.580Z] Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
[2020-07-23T09:44:36.580Z] It requires Docker daemon to be installed and running
[2020-07-23T09:45:54.809Z] Stage "Generators Beat Mac OS X" skipped due to earlier failure(s)
[2020-07-23T09:45:54.949Z] Failed in branch Generators
[2020-07-23T09:45:55.092Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats
[2020-07-23T09:45:55.416Z] + find . -type f -name TEST*.xml -path */build/* -delete
[2020-07-23T09:45:55.429Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Lint
[2020-07-23T09:45:55.537Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Elastic-Agent-x-pack
[2020-07-23T09:45:55.617Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Winlogbeat-oss
[2020-07-23T09:45:55.707Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Dockerlogbeat
[2020-07-23T09:45:55.793Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Journalbeat-oss
[2020-07-23T09:45:55.874Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Auditbeat-crosscompile
[2020-07-23T09:45:55.951Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Generators-Metricbeat-Linux
[2020-07-23T09:45:56.029Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Functionbeat-x-pack
[2020-07-23T09:45:56.111Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Packetbeat-Linux
[2020-07-23T09:45:56.190Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Elastic-Agent-x-pack-Windows
[2020-07-23T09:45:56.269Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Metricbeat-OSS-Unit-tests
[2020-07-23T09:45:56.349Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Libbeat-oss
[2020-07-23T09:45:56.431Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Heartbeat-oss
[2020-07-23T09:45:56.513Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Filebeat-oss
[2020-07-23T09:45:56.590Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Auditbeat-oss-Windows
[2020-07-23T09:45:56.677Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Auditbeat-x-pack-Windows
[2020-07-23T09:45:56.752Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Auditbeat-oss-Linux
[2020-07-23T09:45:56.827Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Metricbeat-crosscompile
[2020-07-23T09:45:56.903Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Libbeat-x-pack
[2020-07-23T09:45:56.978Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Filebeat-x-pack-Windows
[2020-07-23T09:45:57.051Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Filebeat-Windows
[2020-07-23T09:45:57.203Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Metricbeat-x-pack-Windows
[2020-07-23T09:45:57.279Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Winlogbeat-Windows
[2020-07-23T09:45:57.359Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Metricbeat-Windows
[2020-07-23T09:45:57.434Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Generators-Beat-Linux
[2020-07-23T09:45:57.519Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Auditbeat-x-pack
[2020-07-23T09:45:57.598Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Filebeat-x-pack
[2020-07-23T09:45:57.687Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Winlogbeat-Windows-x-pack
[2020-07-23T09:45:57.769Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Metricbeat-OSS-Go-Integration-tests
[2020-07-23T09:45:57.959Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Metricbeat-OSS-Python-Integration-tests
[2020-07-23T09:45:58.066Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Metricbeat-x-pack
[2020-07-23T09:45:58.141Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Elastic-Agent-Mac-OS-X
[2020-07-23T09:45:58.221Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Filebeat-x-pack-Mac-OS-X
[2020-07-23T09:45:58.299Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Auditbeat-oss-Mac-OS-X
[2020-07-23T09:45:58.375Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Filebeat-Mac-OS-X
[2020-07-23T09:45:58.451Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Auditbeat-x-pack-Mac-OS-X
[2020-07-23T09:45:58.527Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Metricbeat-Mac-OS-X
[2020-07-23T09:45:58.603Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Metricbeat-x-pack-Mac-OS-X
[2020-07-23T09:45:58.678Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Packetbeat-Mac-OS-X
[2020-07-23T09:45:58.764Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Functionbeat-Mac-OS-X-x-pack
[2020-07-23T09:45:58.845Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Heartbeat-Mac-OS-X
[2020-07-23T09:45:58.931Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Packetbeat-Windows
[2020-07-23T09:45:59.006Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Functionbeat-Windows
[2020-07-23T09:45:59.081Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Heartbeat-Windows
[2020-07-23T09:45:59.157Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Generators-Metricbeat-Mac-OS-X
[2020-07-23T09:45:59.533Z] + cat
[2020-07-23T09:45:59.533Z] + /usr/local/bin/runbld ./runbld-script
[2020-07-23T09:45:59.533Z] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[2020-07-23T09:46:07.687Z] runbld>>> runbld started
[2020-07-23T09:46:07.687Z] runbld>>> 1.6.12/f45d832f2ba0aa2722ab4ec1fda8ad140f027f8b
[2020-07-23T09:46:08.645Z] runbld>>> The following profiles matched the job 'Beats/beats/PR-20150' in order of occurrence in the config (last value wins).
[2020-07-23T09:46:10.037Z] runbld>>> Debug logging enabled.
[2020-07-23T09:46:10.037Z] runbld>>> Storing result
[2020-07-23T09:46:10.298Z] runbld>>> Store result: created {:total 2, :successful 2, :failed 0} 1
[2020-07-23T09:46:10.298Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200723094609-44961903
[2020-07-23T09:46:10.298Z] runbld>>> Adding system facts.
[2020-07-23T09:46:11.244Z] runbld>>> Adding vcs info for the latest commit:  bf9b69be92001787b56803f55efa08519bba1c5d
[2020-07-23T09:46:11.244Z] runbld>>> >>>>>>>>>>>> SCRIPT EXECUTION BEGIN >>>>>>>>>>>>
[2020-07-23T09:46:11.244Z] runbld>>> Adding /usr/lib/jvm/java-8-openjdk-amd64/bin to the path.
[2020-07-23T09:46:11.244Z] Processing JUnit reports with runbld...
[2020-07-23T09:46:11.244Z] + echo 'Processing JUnit reports with runbld...'
[2020-07-23T09:46:11.817Z] runbld>>> <<<<<<<<<<<< SCRIPT EXECUTION END <<<<<<<<<<<<
[2020-07-23T09:46:11.817Z] runbld>>> DURATION: 27ms
[2020-07-23T09:46:11.817Z] runbld>>> STDOUT: 40 bytes
[2020-07-23T09:46:11.817Z] runbld>>> STDERR: 49 bytes
[2020-07-23T09:46:11.817Z] runbld>>> WRAPPED PROCESS: SUCCESS (0)
[2020-07-23T09:46:11.817Z] runbld>>> Searching for build metadata in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats
[2020-07-23T09:46:13.205Z] runbld>>> Storing build metadata: 
[2020-07-23T09:46:13.205Z] runbld>>> Adding test report.
[2020-07-23T09:46:13.205Z] runbld>>> Searching for junit test output files with the pattern: TEST-.*\.xml$ in: /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats
[2020-07-23T09:46:13.779Z] runbld>>> Found 133 test output files
[2020-07-23T09:46:15.723Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-istio.xml
[2020-07-23T09:46:15.723Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-openmetrics.xml
[2020-07-23T09:46:15.723Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-tomcat.xml
[2020-07-23T09:46:15.723Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-activemq.xml
[2020-07-23T09:46:15.723Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-iis.xml
[2020-07-23T09:46:15.723Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Metricbeat-OSS-Go-Integration-tests/metricbeat/build/TEST-go-integration-graphite.xml
[2020-07-23T09:46:15.723Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20150/src/github.com/elastic/beats/Metricbeat-OSS-Go-Integration-tests/metricbeat/build/TEST-go-integration-windows.xml
[2020-07-23T09:46:17.113Z] runbld>>> Test output logs contained: Errors: 0 Failures: 14 Tests: 16654 Skipped: 1628
[2020-07-23T09:46:17.113Z] runbld>>> Storing result
[2020-07-23T09:46:17.113Z] runbld>>> FAILURES: 14
[2020-07-23T09:46:20.419Z] runbld>>> Store result: updated {:total 2, :successful 2, :failed 0} 2
[2020-07-23T09:46:20.419Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200723094609-44961903
[2020-07-23T09:46:20.419Z] runbld>>> Email notification disabled by environment variable.
[2020-07-23T09:46:20.419Z] runbld>>> Slack notification disabled by environment variable.
[2020-07-23T09:46:26.156Z] Running on Jenkins in /var/lib/jenkins/workspace/Beats_beats_PR-20150
[2020-07-23T09:46:26.257Z] [INFO] getVaultSecret: Getting secrets
[2020-07-23T09:46:26.340Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-07-23T09:46:27.061Z] + chmod 755 generate-build-data.sh
[2020-07-23T09:46:27.061Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20150/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20150/runs/4 FAILURE 7069659
[2020-07-23T09:46:27.061Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20150/runs/4/steps/?limit=10000 -o steps-info.json
[2020-07-23T09:46:30.327Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20150/runs/4/tests/?status=FAILED -o tests-errors.json

@kvch
Copy link
Contributor Author

kvch commented Jul 22, 2020

jenkins run tests

…ed from the archive (elastic#12211)

There is a predefined combination of directory structure and setup.dashboards.beat property that has to be defined to successfully import dashboards to the Kibana.
@kvch kvch force-pushed the issue_12211-Unable_to_load_kibana_dashboards_from_zip_file branch from 69a8f2d to 841dced Compare July 22, 2020 16:30
@kvch
Copy link
Contributor Author

kvch commented Jul 23, 2020

Failing tests are unrelated.

1 similar comment
@kvch
Copy link
Contributor Author

kvch commented Jul 28, 2020

Failing tests are unrelated.

Copy link
Contributor

@kaiyan-sheng kaiyan-sheng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@kvch kvch merged commit c2bb3f0 into elastic:master Jul 29, 2020
v1v added a commit to v1v/beats that referenced this pull request Jul 30, 2020
…ne-2.0

* upstream/master: (29 commits)
  Add an explicit system test for processes on unix systems (elastic#20320)
  [Autodiscovery] Ignore ErrInputNotFinished errors in autodiscover config checks (elastic#20305)
  [CI] Update README.md with CI references (elastic#20316)
  Add ECK doc links to Heartbeat docs (elastic#20284)
  [Filebeat] Add export tests to x-pack/filebeat (elastic#20156)
  feat(ci): support building docker images for PRs (elastic#20323)
  Update system tests dependency (elastic#20287)
  [Libbeat] Log debug message if the Kibana dashboard can not be imported from the archive (elastic#12211) (elastic#20150)
  [Filebeat][Gsuite] Transform all dates to timestamp with processor (elastic#20308)
  Infer types in Prometheus remote_write (elastic#19944)
  Remove unnecessary restarts of metricsets while using Node autodiscover (elastic#19974)
  docs: update changelog on master branch (elastic#20259)
  feat(ci): support storing artifacts for PRs in separate dirs (elastic#20282)
  [CI] Change upstream reference (elastic#20296)
  [Filebeat] Updates to Suricata module (elastic#20220)
  [docs] Fix Windows download link for agent (elastic#20258)
  [docs] Rename release highlights to what's new (elastic#20255)
  fix: update the display name of the multibranch job (elastic#20265)
  [Elastic Agent] Add basic protocol to control Elastic Agent. (elastic#20146)
  Cisco ASA: Fix message 106100 (elastic#20245)
  ...
melchiormoulin pushed a commit to melchiormoulin/beats that referenced this pull request Oct 14, 2020
…ed from the archive (elastic#12211) (elastic#20150)

There is a predefined combination of directory structure and setup.dashboards.beat property that has to be defined to successfully import dashboards to the Kibana.

Co-authored-by: dplavcic <dalibor.plavcic@gmail.com>
kvch added a commit to kvch/beats that referenced this pull request Nov 25, 2020
…ed from the archive (elastic#12211) (elastic#20150)

There is a predefined combination of directory structure and setup.dashboards.beat property that has to be defined to successfully import dashboards to the Kibana.

Co-authored-by: dplavcic <dalibor.plavcic@gmail.com>
(cherry picked from commit c2bb3f0)
@kvch kvch added v7.11.0 and removed needs_backport PR is waiting to be backported to other branches. labels Nov 25, 2020
kvch added a commit to kvch/beats that referenced this pull request Nov 25, 2020
…ed from the archive (elastic#12211) (elastic#20150)

There is a predefined combination of directory structure and setup.dashboards.beat property that has to be defined to successfully import dashboards to the Kibana.

Co-authored-by: dplavcic <dalibor.plavcic@gmail.com>
(cherry picked from commit c2bb3f0)
@kvch kvch added the v7.10.1 label Nov 25, 2020
kvch added a commit that referenced this pull request Nov 25, 2020
…ed from the archive (#12211) (#20150) (#22760)

There is a predefined combination of directory structure and setup.dashboards.beat property that has to be defined to successfully import dashboards to the Kibana.

Co-authored-by: dplavcic <dalibor.plavcic@gmail.com>
(cherry picked from commit c2bb3f0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Services (Deprecated) Label for the former Integrations-Services team v7.10.1 v7.11.0 [zube]: In Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to load kibana dashboards from zip file
4 participants