Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.25 KB

go-office365_watch.md

File metadata and controls

33 lines (24 loc) · 1.25 KB

go-office365 watch

Query audit records at regular intervals.

Synopsis

Query audit records at regular intervals.

go-office365 watch [flags]

Options

      --config string      Set configfile alternate location. Defaults are [$HOME/.go-office365.yaml, $CWD/.go-office365.yaml].
      --log string         Set logging output to provided file. Default is stderr.
      --state string       Set state output to provided file. Default is to not persist state.
      --output string      Set records output. Available schemes: file://path/to/file, udp://1.2.3.4:1234, tcp://1.2.3.4:1234
      --interval int       Ticker interval used to trigger fetch pipelines, in second(s). (default 5)
      --lookbehind int     Minimum interval used by fetch actions, in minute(s). (default 1)
      --indent             Set records output to be indented.
      --debug              Set log level to DEBUG.
      --json               Set log formatter to JSON.
      --extended-schemas   Set whether to add extended schemas to the output of the record or not.
  -h, --help               help for watch

SEE ALSO

  • go-office365 - Interact with the Microsoft Office365 Management Activity API.
Auto generated by spf13/cobra on 16-Apr-2020