Skip to content

Commit

Permalink
Rename Osquery Manager default datastream (#24826) (#25444)
Browse files Browse the repository at this point in the history
(cherry picked from commit a01521f)

Co-authored-by: Aleksandr Maus <[email protected]>
  • Loading branch information
mergify[bot] and aleksmaus authored Apr 29, 2021
1 parent 15a6df5 commit 5507402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/osquerybeat/internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ import (
// streams:
// - id: '123456'
// data_stream:
// dataset: osquery_managed.result
// dataset: osquery_manager.result
// type: logs
// query: select * from usb_devices

const DefaultStreamIndex = "logs-osquery_managed.result-default"
const DefaultStreamIndex = "logs-osquery_manager.result-default"

type StreamConfig struct {
ID string `config:"id"`
Expand Down

0 comments on commit 5507402

Please sign in to comment.