Commit Graph

1005 Commits

Author SHA1 Message Date
Mike McNeil
675f520b94
handbook: considerations when closing issues (#1106) 2021-06-16 09:08:40 -05:00
noahtalerman
dca4cf0790
Add tips for asking follow up questions in support process documentation (#1091)
- Update /handbook/support-process.md
- Add github.com/issues to ignored links in markdown link check
2021-06-15 14:51:45 -04:00
RachelElysia
edf1c47298
Add #oncall-chatter and Github Triage link 2021-06-14 09:58:27 -04:00
Mike McNeil
436464c953
Minor text fixes™
inspired by https://www.theatlantic.com/family/archive/2018/06/mr-rogers-neighborhood-talking-to-kids/562352/
2021-06-12 04:01:35 -05:00
Mike McNeil
61f3264dd7
On meetings 2021-06-11 19:20:09 -05:00
noahtalerman
ab8925a005
Replace 24 hours with 1 business day (#1020)
- Replace use of "24 hours" with "1 business day" in handbook/support-process.md
2021-06-08 15:55:23 -04:00
noahtalerman
da404d8db0
Add support process to /handbook (#894)
* Add community spin document to handbook

* Remove the before Hacker news and Quora

* Add updated support process document

* Remove reference to engineering standup because it doesn't exist

* Spell fix

* Tweaks to roundup templates
2021-06-08 10:56:41 -05:00
Mike Thomas
35993ab13b
Update README.md (#914)
* Update README.md

Added "How to export images" to website section.

* Update README.md

* Update README.md

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2021-06-01 11:50:13 -05:00
Mike McNeil
a2eb7f3f9c
(guiltily fixes markdown typo) 2021-05-26 21:16:18 -05:00
noahtalerman
a32c277780
Add Release process document to /handbook (#874)
* Add document

* Spell fix in README

* minor word trimming and added a comma or two.  This looks great!

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2021-05-26 21:07:00 -05:00
noahtalerman
adbcfc6407
Add instructions for resolving failed website deploy action to /handbook (#801) 2021-05-18 18:47:18 -04:00
noahtalerman
d7a4eb6b69
Add manual QA documentation to handbook (#770)
- Add a living "Manual QA" document to Fleet's handbook.
- The goal of this document is to provide a public location to capture Fleet's manual QA process.
2021-05-17 19:19:24 -04:00
Mike Thomas
08b659ce40
Update README.md - merging to Fleet website (#755)
Update handbook to include information about when to merge to Fleet website.
2021-05-14 13:52:22 -04:00
noahtalerman
7d9ca2cee7
Convert standard query library to YAML format (#749)
- Create `/configuration-files/` directory inside of `/1-Using-Fleet` directory. This directory contains example Fleet configuration files in yaml format. Replaces the `/examples` directory.
- Create `/standard-query-library/` directory inside of `/1-Using-Fleet` directory. This directory contains the new `standard-query-library.yml`. This file will act as the source of community contributions to the standard query library.
- Edit references to `/examples` directory
2021-05-14 13:38:33 -04:00
Mike Thomas
724278bd17
Query library crashes (#745)
* query-library-crashes

Daily addition to the query library.

* name change

changed the name to "Get crashes".

* Resolving conflicts in filenames

Resolving conflicts in filenames and deleting old version.
2021-05-11 01:06:44 +09:00
Mike Thomas
fa3c4e7446
query-library-crashes (#743)
Daily addition to the query library.
2021-05-10 22:57:40 +09:00
Mike Thomas
eaf576fda2
query-library-get-system-uptime (#736) 2021-05-07 21:22:03 +09:00
Mike Thomas
8e1742805a
Daily query 2021-4-27 (#683)
Get startup items
2021-04-27 15:03:54 +09:00
Mike Thomas
468dd28130
Create get-os-version.md (#670)
Add "Get OS version" to query handbook
2021-04-26 16:12:57 -04:00
Zach Wasserman
e8669818eb
Initial backend software inventory implementation (#678)
- Maintain software inventory with detail queries.
- Associated database migrations.
- Feature flagged off by default (see documentation for details to turn on).
- Documentation.
- New test helper for slice element comparisons skipping ID.
2021-04-26 08:44:22 -07:00
Mike Thomas
1f6123fac1
daily-query-library (#680)
Get mounts
2021-04-26 13:55:31 +09:00
Mike Thomas
bb488607b4
Create get-authorized-keys (#658)
- Add "Get authorized keys" query to `handbook/queries`
- Edit "Get installed ___ software" queries for all platforms to prepare for adding software inventory to the host details API endpoint
2021-04-20 11:45:20 -07:00
Mike Thomas
871ba3940d
Add count-apple-applications to query handbook (#653)
- Add "Count apple applications" to query handbook
- Add supported platforms to query index in `/handbook/queries` README
2021-04-16 16:50:20 -07:00
noahtalerman
1d1b26ee89
Prepare queries for Software inventory (#634)
This PR includes changes to the "Get installed ___ software" queries in the query handbook (4 total. 1 for each OS supported by osquery). 

- Add `type` column to all queries.
- Add `architecture and `install_time` column to Linux query.
- Add `architecture` column to FreeBSD query.
- Remove `opera_extensions` clause because osquery doesn't have an `opera_extensions` table.
2021-04-12 13:01:31 -07:00
noahtalerman
df5fa7f515
Add Detect high severity vulnerable versions of OpenSSL to query handbook (#630)
- Adds Detect Linux hosts with high severity vulnerable versions of OpenSSL to query handbook
  - Includes query to retrieve OpenSSL version
  - Includes query to retrieve OpenSSL version
2021-04-09 17:28:17 -07:00
Mike Thomas
5a06a47e9e
Query library - Get USB devices (#610)
Add Get USB devices query to query handbook
2021-04-07 16:35:58 -07:00
Mike Thomas
a5c77b0a04
Update and rename find-hosts-with-the-firewall-disabled.md to detect-… (#594)
- Update and rename find-hosts-with-the-firewall-disabled.md to detect-hosts-with-the-firewall-disabled.md
2021-04-05 18:40:05 -07:00
Mike Thomas
d0ca7cd808
Update and rename platform_info_snapshot.md to get-platform-info.md (#595)
- Update and rename platform_info_snapshot.md to get-platform-info.md
2021-04-05 18:39:42 -07:00
noahtalerman
114dd94770
Update query library README and add contributor template (#592)
- Update the `/handbook/queries` README with description, contributors section, and additional links
- Add template for contributors
2021-04-05 14:18:19 -07:00
Mike Thomas
5a2fcd279f
Create get-wifi-status.md (#588)
Add "Get wifi status" query to query handbook
2021-04-05 10:36:29 -07:00
Mike Thomas
cb0b2915b8
Create get-system-logins-and-logouts.md (#558)
Add Get system logins and logouts to /handbook/queries
2021-03-30 12:37:46 -07:00
Mike Thomas
49fd64daef
Create platform_info_snapshot.md (#551)
Add Platform info snapshot to /handbook/queries.
2021-03-30 12:31:25 -07:00
Mike Thomas
29b67181e9
Create get-installed-homebrew-packages.md (#557)
Add Get installed homebrew packages to /handbook/queries.
2021-03-30 12:29:57 -07:00
Mike Thomas
549f17f90e
Create get-macos-disk-free-space-percentage.md (#547)
Add "Get macOS disk free space percentage" query to `/handbook/queries`
2021-03-26 15:10:43 -07:00
Mike Thomas
fab88510af
Fix typo in handbook (#544) 2021-03-25 18:42:30 -05:00
Mike Thomas
a045794cd9
Create get-installed-safari-extensions.md (#537)
Add Get installed safari extensions query to handbook.
2021-03-25 09:19:21 -07:00
Mike Thomas
49ebafa859
Add expense policy to Fleet handbook (#524)
* Add expense policy to Fleet handbook

* Removed stray "."

* capitalization, + added a couple of other culture points that stand out

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2021-03-23 09:02:23 -05:00
Mike Thomas
38e8505a88
Create get-installed-chrome-extensions (#491)
Add "Get installed chrome extensions" query to the handbook.
2021-03-19 09:15:43 -04:00
headmin
49565ff1db
Fix minor issues in /handbook/queries queries (#485)
- Fix syntax for installed software queries
- Fix missing `version` column in `yum_packages` table for Get installed Linux software query
2021-03-17 10:44:56 -04:00
Mike McNeil
7d2a9ca7d2
Rename get-installed-window-software.md to get-installed-windows-software.md 2021-03-16 16:29:06 -05:00
noahtalerman
e07dcc9131
Add queries for windows, linux, and freebsd. Rename firewall query file. Edit macOS query (#479)
- Add 3 queries to the handbook:
  - Get installed FreeBSD software
  - Get installed Windows software
  - Get installed Linux software
 - Fix misspelling of firewall query file
 - Add `UNION` to installed macOS software
2021-03-16 10:50:54 -04:00
Marnin
595bf9acac
Add a semicolon to the query (#476)
- Fixes missing semicolon in "Find hosts with firewall disabled" query.
2021-03-15 09:54:20 -04:00
Mike McNeil
f22aae4f00
typofix + conform to Apple's brand style preferences
They like it like "macOS" (https://www.computerworld.com/article/3082696/apple-rebrands-os-x-as-macos-taps-upgrade-as-sierra.html), with a lowercase "m"
2021-03-12 18:02:21 -06:00
noahtalerman
650db555fd
Add 6 queries to the handbook (#459)
This PR includes 6 potentially useful queries.
2021-03-12 12:34:26 -08:00
Mike McNeil
40b284dfbf
Handbook: History of Fleet, etc (#453)
* added the history of Fleet

* add acknowledgements and a high-level overview of the company

* shout out to jason
2021-03-12 14:32:50 -06:00
Mike McNeil
3c26418298
Create README.md 2021-03-12 13:16:24 -06:00
Mike McNeil
b93a6de08b
fewer words 2021-03-11 19:44:40 -06:00
Mike McNeil
6e5bcf62f6
Update get-installed-macos-software.md 2021-03-11 19:03:13 -06:00
Mike McNeil
babe77ec7f
Rename get-all-macos-software.md to get-installed-macos-software.md 2021-03-11 19:00:03 -06:00
Mike McNeil
b31ba1d157
Update get-all-macos-software.md 2021-03-11 18:59:28 -06:00
Mike McNeil
a7059c5778
Update get-all-macos-software.md 2021-03-11 18:58:44 -06:00
Mike McNeil
de528c93f1
Create get-all-macos-software.md 2021-03-11 18:55:14 -06:00
Mike McNeil
9b812aec2c
incorporate feedback 2021-02-05 13:11:47 -06:00
noahtalerman
8a6fedb913
Add benefits to public handbook (#244)
Write up benefits in markdown and add to public handbook.
2021-02-01 08:23:25 -08:00
Mike McNeil
b1960ab971
Handbook (#66)
* kick things off

* terser
2020-11-30 14:48:14 -06:00