Skip to content

Commit

Permalink
Rename Osquery Manager default datastream (#24826)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksmaus authored Mar 30, 2021
1 parent db0d43e commit a01521f
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 a01521f

Please sign in to comment.