noahtalerman
2df7c71749
Prepare for Fleet 4.2.0 ( #1645 )
2021-08-11 17:14:32 -07:00
Zach Wasserman
544652e833
Clarify label responses and API docs ( #1633 )
...
- Include platform and description even when empty in API responses.
- Update docs to indicate immutability.
2021-08-11 14:57:05 -07:00
Mike Thomas
1d6aa19990
Update Ask-questions-about-your-devices.md
2021-08-12 06:34:24 +09:00
Mike Thomas
dca5aac6e1
Update Ask-questions-about-your-devices.md ( #1642 )
...
* Update Ask-questions-about-your-devices.md
Added screenshots.
* Update Ask-questions-about-your-devices.md
changed to img tags for better control of sizing.
* Update docs/1-Using-Fleet/tutorials/Ask-questions-about-your-devices.md
* Update docs/1-Using-Fleet/tutorials/Ask-questions-about-your-devices.md
* Update docs/1-Using-Fleet/tutorials/Ask-questions-about-your-devices.md
* Update docs/1-Using-Fleet/tutorials/Ask-questions-about-your-devices.md
2021-08-12 06:31:34 +09:00
Tomas Touceda
ae2bd137b1
Issue 1632 software inventory config ( #1636 )
...
* Add config option for software inventory
* Add documentation for the new config
2021-08-11 15:57:53 -03:00
Tomas Touceda
cf6f2152b6
Document vulnerability processing configuration ( #1616 )
...
* Document vulnerability processing configuration
* Fix review comments
2021-08-11 13:42:16 -03:00
noahtalerman
63e598e595
API documentation for "filter hosts by team" ( #1510 )
2021-08-11 11:14:59 -04:00
Tomas Touceda
989e638cc0
Make creating dirs and files more secure by checking permissions ( #1566 )
...
* Add safe mkdirall and open
* Use secure as much as possible and merge gomodules for orbit to fleet
* Improve openfile and mkdirall to check for permissiveness instead of equality
* Don't shift
* Fix links
* Address review comments
2021-08-11 11:02:22 -03:00
Mike Thomas
41e8ab271c
Update Ask-questions-about-your-devices.md ( #1575 )
...
Checked and fixed a couple of typos here and there, and made some edits to some of the sentence structure to improve the flow, and to soften the tone a bit.
2021-08-11 12:15:49 +09:00
Tomas Touceda
ccd52985ac
Add Team Schedule documentation ( #1576 )
...
* Add Team Schedule documentation
* Update docs/1-Using-Fleet/3-REST-API.md
Co-authored-by: noahtalerman <47070608+noahtalerman@users.noreply.github.com>
Co-authored-by: noahtalerman <47070608+noahtalerman@users.noreply.github.com>
2021-08-06 11:19:20 -03:00
noahtalerman
dea00479d7
Add "Asking questions about your devices" tutorial to "Using Fleet" documentation ( #1530 )
...
This tutorial is the first step at bridging the gaps between trying Fleet, getting to know Fleet in an enterprise setting, and deploying Fleet.
- Add "tutorials" subdirectory
- Add walkthrough
- Remove duplicate documentation from "Fleet UI" section
- Link to walkthrough from top-level README
2021-08-03 11:22:42 -04:00
noahtalerman
741cfb6a58
Add /activities API route to API documentation ( #1529 )
2021-08-02 13:49:51 -04:00
Tomas Touceda
da46ecc002
Update FAQs based on lessons learned ( #1495 )
...
* Update FAQs based on lessons learned
* Update docs/2-Deploying/FAQ.md
Co-authored-by: Zach Wasserman <zach@fleetdm.com>
Co-authored-by: Zach Wasserman <zach@fleetdm.com>
2021-07-28 19:30:03 -03:00
Mike McNeil
7a9d530938
fix copy/paste mistake in docs ( #1487 )
2021-07-27 11:17:04 -05:00
AndrewB
1decb2a56f
Add "Find deleted files from disk" to Standard query library ( #1481 )
2021-07-27 09:33:33 -04:00
noahtalerman
3478e2759d
Add the query that populates the 'Users' table in the Fleet UI to the standard query library ( #1453 )
...
- The included query populates the `users` property in the `/api/v1/fleet/hosts/{id}` response object.
- This information also populates the new "Users" table on the Host details page
2021-07-26 09:54:50 -04:00
Mike Thomas
27303765cf
Update FAQ.md ( #1462 )
...
fixed a small grammatical error.
2021-07-23 21:33:52 +09:00
Mike McNeil
200bc0c036
revert 39d55bf66a
2021-07-22 02:23:42 -05:00
Mike McNeil
39d55bf66a
Test emoji compilation
2021-07-22 02:21:58 -05:00
Tomas Touceda
484c6153e3
Issue 1359 fleetctl team transfer ( #1413 )
...
* wip
* Add delete user command and translator
* Add host transfer command
* Add changes file
* Undo bad refactor
* Fix copypaste error
* Implement with interfaces instead of assertions
* Ad documentation and simplify implementation further
* Update docs/1-Using-Fleet/3-REST-API.md
Co-authored-by: Zach Wasserman <zach@fleetdm.com>
Co-authored-by: Zach Wasserman <zach@fleetdm.com>
2021-07-21 14:03:10 -03:00
noahtalerman
00ea74ed80
Add YARA configuration to documentation ( #1428 )
...
- Add example YARA config to the configuration-files documentation
- Update `single-file-configuration.yml`
2021-07-21 10:04:50 -04:00
noahtalerman
285d1e66ca
Remove duplicate sections from REST API documentation ( #1427 )
...
- Remove duplicate "Transfer hosts to a team" and "Transfer hosts to a team by filter" sections
2021-07-20 09:57:14 -04:00
noahtalerman
7caedd9347
Add routes for Schedule feature to REST API documentation ( #1401 )
...
Add documentation (route, parameters, example) for the following routes:
- `GET /api/v1/fleet/global/schedule`
- `POST /api/v1/fleet/global/schedule`
- `PATCH /api/v1/fleet/global/schedule/{id}`
- `DELETE /api/v1/fleet/global/schedule/{id}`
2021-07-19 09:58:41 -04:00
noahtalerman
2c277ba28a
Update documentation for auto table construction ( #1353 )
...
- Move auto table construction (ATC) docs into the "Organization settings" section.
2021-07-12 10:36:49 -04:00
noahtalerman
498209614c
Update examples in documentation to use FleetDM where possible ( #1310 )
...
- Remove "Connecting a host" from fleetctl documentation
- Remove queries from REST API examples
- Point to Launcher documentation
- Update community projects
2021-07-06 12:14:20 -04:00
Mike McNeil
77f5b60b52
Fix broken links to binaries in docs ( #1277 )
...
* Update 8-Updating-Fleet.md
* Update 8-Updating-Fleet.md
* Update 3-Example-deployment-scenarios.md
2021-07-03 11:36:27 -05:00
Zach Wasserman
8384034e04
Update create user validation and documentation ( #1285 )
...
Closes #1272
2021-07-02 08:35:26 -07:00
Mike Thomas
8ca5031071
Update standard-query-library.yml ( #1284 )
2021-07-01 19:16:00 -05:00
noahtalerman
2f42c281f9
Move configuration examples out of fleetctl-CLI documentation ( #1253 )
...
- Move configuration files examples from 2-fleetctl-CLI.md into /configuration-files/README.md.
- Update example configuration files with "agent options" and remove all references to "osquery options"
- Update numbering for documentation files
2021-06-29 13:59:54 -04:00
Mike Thomas
ba2bffd34c
Add supported browsers to Fleet docs ( #1227 )
2021-06-29 10:38:27 -04:00
noahtalerman
59e31911c9
Update REST API documentation in preparation for Fleet 4.0.0 ( #1235 )
...
- Add link and warning to REST API docs for Fleet v3
- Update various endpoints
2021-06-28 14:41:01 -04:00
noahtalerman
6c03415dae
Update documentation structure ( #1230 )
...
- Remove `2-Orbit-osquery` directory
- Rename `3-Deployment` directory to `2-Deploying`
- Rename `4-Contribution` directory to `3-Contributing`
2021-06-28 11:15:22 -04:00
Zach Wasserman
b00df0929e
Fix URLs in documentation ( #1218 )
...
Fix URLs not caught in previous PR CI run.
2021-06-25 19:23:45 -07:00
Zach Wasserman
5e26af701b
Merge branch 'main' into teams
2021-06-25 18:48:20 -07:00
noahtalerman
7aa380b0f0
Add testing fleetctl to the manual QA doc and update example config files ( #1213 )
...
- Update enroll secret config file with updated fields for Fleet 4.0.0
- Remove agent options config file. In Fleet 4.0.0, agent options are part of the organization settings configuration
2021-06-25 17:56:00 -04:00
noahtalerman
9ca91e7db6
Add information about use of differential queries in Lambda documentation ( #1195 )
2021-06-25 10:23:35 -04:00
noahtalerman
bf4eb899c6
Add usage statistics documentation to Using-Fleet section ( #1196 )
...
- Add new `usage-statistics.md` file
- Update link in the Fleet UI to point towards new docs
2021-06-24 16:59:25 -04:00
RachelElysia
aeb852e168
Remove username from UI ( #1168 )
...
* Remove username from UI code
* Remove username from tests
* Remove username from database
* Modify server endpoints for removing username
* Implement backend aspects of removing username
* Update API docs
* Add name to fleetctl
2021-06-24 13:42:29 -07:00
noahtalerman
be2cf92b37
Add documentation for setting global and team agent options in Fleet UI ( #1190 )
...
- Add "Configuring agent options" section to `/1-Using-Fleet/1-Fleet-UI.md`
- Add 2 screenshots: 1. Global agent options form 2. Team agent options form
2021-06-24 13:59:41 -04:00
Zach Wasserman
1417d01407
Make naming of host columns consistent ( #1183 )
...
Adding consistency between API and DB helps to make it easier for users
and developers working with the API to correctly order things.
Closes #317
2021-06-23 17:32:19 -07:00
aggiechris
a5bf3d8099
Add hint for flag file on Windows ( #1178 )
2021-06-23 17:41:27 -04:00
William Theaker
7bd4f2d395
Update SSO token docs ( #1180 )
2021-06-23 16:03:34 -04:00
noahtalerman
e02b88d010
Update links to documentation so that they use main branch ( #1151 )
...
* Update to main branch
* Update link to releasing Fleet
2021-06-21 16:40:15 -05:00
noahtalerman
17a6c21224
Restructure documentation in preparation for docs living on fleetdm.com ( #1143 )
...
* Remove Orbit top level folder and rename folders to Deploying and Contributing
* Update link in doc README
2021-06-18 15:58:21 -05:00
Zach Wasserman
2ad557e3b3
Merge branch 'main' into teams
2021-06-18 09:42:20 -07:00
Zach Wasserman
6b59a40dbc
Add backend and fleetctl support for API-only user ( #1119 )
...
- Add api_only to users table.
- Pass api_only values through service.
- Allow setting api_only in `fleetctl user create`.
Backend part of #402
2021-06-16 18:11:28 -07:00
RachelElysia
dea20a96b2
Add team's enroll secret GET request to API docs
2021-06-16 18:09:49 -04:00
Mike McNeil
0455ee144b
prepare docs so that images work on website ( #1103 )
2021-06-15 18:16:16 -05:00
noahtalerman
f9ce8c9a0f
Add question and answer for missing column error in Using Fleet FAQ ( #1076 )
...
- Point users to the upgrading Fleet docs (running database migrations) to resolve `unknown column` error
2021-06-14 11:48:27 -04:00
gillespi314
676f3f0bd5
Query library improvements -- Round 2 ( #973 )
...
-Modify build-static-content back-end script to implement GitHub Users API and build contributor profile information into query library pages
-Remove related functionality from client-side page scripts
-Add dropdown menu to select filters
-Refine html and css
2021-06-10 12:57:37 -05:00