Skip to content

Commit

Permalink
fix errors found in review
Browse files Browse the repository at this point in the history
  • Loading branch information
leehinman committed Jan 3, 2025
1 parent ecd404f commit afd3023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/devguide/migrate-dashboards.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ Using the yml file, you can export all the dashboards for a single module or for
[source,shell]
----
cd metricbeat/module/system
go run ../../../dev-tools/cmd/dashboards/export_dashboards.go --yml module.yml
go run ../../../dev-tools/cmd/dashboards/export_dashboards.go -yml module.yml
----

2 changes: 1 addition & 1 deletion libbeat/tests/integration/dashboard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ queue.mem:
"-E", "setup.kibana.port="+kURL.Port(),
"-E", "setup.kibana.username=beats",
"-E", "setup.kibana.password=testing",
"-id", "Metricbeat-system-overview",
"--id", "Metricbeat-system-overview",
"--folder", filepath.Join(mockbeat.TempDir(), "system-overview"))
procState, err = mockbeat.Process.Wait()
require.NoError(t, err)
Expand Down

0 comments on commit afd3023

Please sign in to comment.