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

[docs] remove utc flag from example config file #7437

Merged
merged 2 commits into from
Jan 18, 2022

Conversation

sharvilshah
Copy link
Member

Remove utc flag in example config file, leftover from #7276

//"enable_tables": "foo_bar,time",

"utc": "true"
//"enable_tables": "foo_bar,time"
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure this comma matters -- this comment probably takes precedent. I suspect we need to remove the comma on line 8.

And, to be honest, I'd probably move the logger_plugin to the bottom, since it'll be less confusing.

@directionless directionless merged commit 1a4f91b into osquery:master Jan 18, 2022
aikuchin pushed a commit to aikuchin/osquery that referenced this pull request Jul 11, 2023
…2 to master

* commit 'c97a1b416492585e049010deea36d2992b680556': (52 commits)
  Fix user_time and system_time unit in processes table on M1 (osquery#7473)
  Add BOOST_USE_ASAN define when enabling Asan (osquery#7469)
  Removing unnecessary macOS version check (osquery#7451)
  Add `utc` flag back for compatibility(osquery#7460)
  Add osquery version to macOS app bundle Info.plist (osquery#7452)
  Fix submodule cache for macOS CI runner (osquery#7456)
  New Table: Windows Firewall Rules (osquery#7403)
  Remove utc flag from example config file (osquery#7437)
  Update the ATC table `path` column check to be case insensitive (osquery#7442)
  Fix typos in documentation (osquery#7443)
  Fix a crash when Yara uses its own strutils functions (osquery#7439)
  Update `time` table to reflect UTC values (osquery#7276)
  Update sqlite to version 3.37.0 (osquery#7426)
  Fix linking of thirdparty_sleuthkit (osquery#7425)
  Apple Silicon support (osquery#7330)
  Fix how we disable tables in the fuzzer init method (osquery#7419)
  Prevent running discovery queries when fuzzing (osquery#7418)
  Hide the deprecate `antispyware` column in `windows_security_center` (osquery#7411)
  Fix typo in docs (osquery#7412)
  CHANGELOG 5.1.0 (osquery#7406)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants