Commit Graph

781 Commits

Author SHA1 Message Date
Reed Haynes
94e9e007fc
Update "Vulnerability processing" docs (#5435)
- Add a "Coverage" section to fleetdm.com/docs/using-fleet/vulnerability-processing
2022-05-23 16:22:46 -04:00
Kelvin Oghenerhoro Omereshone
4c53adc242
Simplify adding hosts page (#5830)
- Update the summary section at the top of the page
2022-05-23 16:16:06 -04:00
Martin Angers
56ce1649ee
Add issues and device_mapping output to CSV export (#5864) 2022-05-23 15:35:05 -04:00
Desmi-Dizney
fc3b887481
Editor pass - Include CVE scores when listing software (#5834)
* Editor pass - Include CVE scores when listing software

Editor pass for:
-  https://github.com/fleetdm/fleet/pull/5673

* Update REST-API.md
2022-05-23 10:22:58 -05:00
Desmi-Dizney
a45a2f4608
Editor pass - add documentation for debug tools (#5811)
* Editor pass -  add documentation for debug tools

Editor pass for:
-  https://github.com/fleetdm/fleet/pull/5737

* Update fleetctl-CLI.md
2022-05-20 13:01:54 -05:00
Desmi-Dizney
f648949ebe
Editor pass - Support per-task configuration for async host processing configuration (#5810)
* Editor pass - Support per-task configuration for async host processing configuration #

Editor pass for:
-  https://github.com/fleetdm/fleet/pull/5700

* Update Configuration.md

* Update config.go
2022-05-20 12:07:32 -05:00
Michal Nicpon
983f9e59b3
Include CVE scores when listing software (#5673) 2022-05-20 10:58:40 -06:00
Desmi-Dizney
a3b371e415
Editor pass - Support async saving of hosts' last seen time (B) (#5752)
Editor pass for:
-  https://github.com/fleetdm/fleet/pull/5640
2022-05-20 09:31:46 -04:00
Desmi-Dizney
72d859baac
Editor pass - Update docs for deploying Fleet on Kubernetes (#5719)
Editor pass for:
-  https://github.com/fleetdm/fleet/pull/4755
2022-05-19 11:09:39 -04:00
jessicazaleski
3662e99d16
Update Supported-browsers.md (#5802)
Updated Firefox 28 to Firefox 52
2022-05-19 07:37:20 +09:00
Kelvin Oghenerhoro Omereshone
8377400d67
feat: add disabling usage statistics to FAQ (#5775) 2022-05-17 11:23:18 -05:00
Roberto Dip
a6a97f31cf
add documentation for debug tools (#5737)
This adds documentation about our debugging endpoints and a brief excerpt about the fleetctl debug command with instructions to generate the archive so we have a place with instructions to which we can direct people.

It also adds the .prof file extension to profiling files, which hopefully clarifies that they are meant to be used by go tool pprof.
2022-05-17 10:00:47 -03:00
Michal Nicpon
ad33f8cc89
update docs (#5721) 2022-05-16 09:20:54 -06:00
Martin Angers
e6b90ca8b9
Support per-task configuration for async host processing configuration (#5700) 2022-05-16 09:44:50 -04:00
Desmi-Dizney
ba820384f9
Docs editor pass - Contributing - API for contributors (#5649)
* Docs editor pass - Contributing - API for contributors

Editor pass

* Update docs/Contributing/API-for-contributors.md

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>

* Update docs/Contributing/API-for-contributors.md

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>

* Update docs/Contributing/API-for-contributors.md

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>

* Update docs/Contributing/API-for-contributors.md

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>

* Update docs/Contributing/API-for-contributors.md

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>

* Update docs/Contributing/API-for-contributors.md

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>

* Update docs/Contributing/API-for-contributors.md

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>

* Update API-for-contributors.md

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
2022-05-12 11:32:54 -05:00
Eric
69b4cbe1a2
Docs: fix whitespace issue in REAT API docs (#5652) 2022-05-11 15:29:19 -05:00
Guillaume Ross
5f6ab8c2ed
Publish pentest blog + Security-audits.md section (#5659)
* Create 2022-04-29-fleet-penetration-test.pdf

* Adding explanation of pentest report

This closes #4880
2022-05-11 09:05:18 -04:00
Martin Angers
f05d2be767
Produce hosts' CSV report based on requested columns (#5656) 2022-05-10 14:25:53 -04:00
gillespi314
d172128183
Add label information to host summary response (#5573) 2022-05-10 10:32:55 -05:00
Martin Angers
1fa7bb7a19
Support async saving of hosts' last seen time (#5640) 2022-05-10 11:29:17 -04:00
Roberto Dip
9b67736212
document how to run dlv in headless mode and connect to the Redis CLI (#5535)
This adds two small changes to the contributing docs:

1. Instructions to connect to a local Redis REPL
2. Instructions to start `dlv` in headless mode and attach debuggers to it. I modified `.vscode/launch.json` with a new launch debug config and added instructions for vim.
2022-05-10 11:51:09 -03:00
Roberto Dip
cba78bdcd1
don't clear errors automatically when reading them from Redis (#5623)
this change prevents errors from being automatically cleared once they are read. A new flag `-flush` is introduced to flush errors on read if necessary.
2022-05-10 11:44:43 -03:00
Guillaume Ross
0cac35e219
Create 2022-04-29-fleet-penetration-test.pdf (#5658) 2022-05-10 10:26:10 -04:00
Desmi-Dizney
e04bfba195
Docs editor pass - Contributing - API versioning (#5647)
Editor pass
2022-05-09 16:29:33 -05:00
Noah Talerman
12b1a159b5
Prepare for 4.14.0 (#5589)
* Add changelog and bump versions

* Update changelog

* Bump version in example Kubernetes YAML

* Add last_opened_at entry to changelog
2022-05-09 18:14:01 -03:00
Kelvin Oghenerhoro Omereshone
4b844314fa
feat: add faq about updating fleetctl preview (#5560)
* feat: add faq about updating fleetctl preview

* fix: update FAQ to match how fleetctl works today

* Update docs/Using-Fleet/FAQ.md

Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>

* Update docs/Using-Fleet/FAQ.md

Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>

Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>
2022-05-09 22:01:08 +01:00
Kelvin Oghenerhoro Omereshone
418256fc41
feat: remove trailing commas (#5626) 2022-05-09 18:08:37 +01:00
Kelvin Oghenerhoro Omereshone
a5da7c95ce
Update docs for deploying Fleet on Kubernetes (#4755)
* feat[WIP]: updating docs for deploying Fleet on Kubernetes

* feat: update spec to include environment variables

* chore: add fleet image version to yml file

* doc: add Kubernetes manifest file

Add Kubernetes manifest file to files to be edited for Fleet version change when releasing.

* docs: link to the docs on deploying Fleet via K8s

* feat: add kubernetes deployment.yml

* feat: update Fleet version
2022-05-09 17:05:11 +01:00
Desmi-Dizney
eafff45970
Website editor pass - Contribute (#5238)
* Website editor pass - Contribution

I made the descriptions complete sentences. Please let me know if these require further revision.

* Update README.md

* Update docs/Contributing/README.md

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>

* Update docs/Contributing/README.md

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>

* Update docs/Contributing/README.md

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>

* Update docs/Contributing/README.md

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>

* Update README.md

Updated with imperative mood.

* Update docs/Contributing/README.md

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
2022-05-09 10:56:35 -05:00
Desmi-Dizney
5eede3fcb7
Updated "Contribute" title (#5234)
* Update README.md

I changed title to "Contribute" to match the link from the community drop down.

* Update README.md
2022-05-04 22:54:19 -05:00
Desmi-Dizney
45e6e1647b
Editor pass. - Document supported MySQL versions (#5501)
Editor pass for: https://github.com/fleetdm/fleet/pull/5421
2022-05-03 13:30:43 -05:00
Desmi-Dizney
3f45ada127
Editor pass - Weekly Doc Update (#5503)
Editor pass for: https://github.com/fleetdm/fleet/pull/5468
2022-05-03 13:29:56 -05:00
Desmi-Dizney
0b9ad123a4
Editor pass - tweak docs related to dev local environment setup (#5502)
Editor pass for: https://github.com/fleetdm/fleet/pull/5434
2022-05-03 13:28:41 -05:00
Desmi-Dizney
c75375b82c
Editor pass - Weekly Doc Update (#5506)
Editor pass for: https://github.com/fleetdm/fleet/pull/5468

This is related to https://github.com/fleetdm/fleet/pull/5503
2022-05-03 13:26:58 -05:00
Kelvin Oghenerhoro Omereshone
25ce199f34
Normalize sql statements throughout the docs (#5487)
* feat: normalize SQL statements in API-for-contributors.md

* feat: normalize SQL statements in Adding-hosts.md

* feat: normalize SQL statements in fleetctl-CLI.md

* feat: normalize SQL statements in REST-API.md

* feat: normalize SQL statements in Vulnerability-Processing.md

* feat: normaize SQL statemetns in Using Fleet ReadMe

* feat: normalize SQL statements in tools/api README

* fix: revert adding hosts page
2022-05-03 15:47:31 +01:00
Kelvin Oghenerhoro Omereshone
90a7e7c4c2
fix: add period to end of statement (#5500) 2022-05-02 22:57:36 +01:00
Guillaume Ross
293ede98d6
Adding tags to all queries (#5474) 2022-05-02 17:57:15 -04:00
gillespi314
991c7ccadc
Add device_mapping to GET /hosts response (#5383) 2022-05-02 16:34:14 -05:00
gillespi314
1dabf52834
Add Zendesk external service integration for vulnerability automations (#5372) 2022-05-02 15:58:34 -05:00
Katheryn Satterlee
a4a831fc92
Move password reset instructions for API-only user (#5392)
* Move password reset instructions for API-only user

Moved instructions for resetting the password of a new API-only user to FAQ as it is no longer necessary as of `4.13.0`

* Fix link to reset password instructions

Linked to a previous commit with password reset instructions for API-only users (only necessary on legacy versions).
2022-05-02 13:33:12 -05:00
Michal Nicpon
15c69058bb
fix SELinux issue (#5335)
Install orbit to /opt instead of /var/lib. When installing to /var/lib,
the default selinux context of var_lib_t gets applied, which results in
an AVC error when running via systemd.

Co-authored-by: Lucas Rodriguez <lucas@fleetdm.com>
2022-05-02 12:18:59 -06:00
Kelvin Oghenerhoro Omereshone
3ba104e8dd
feat: reorder entities on REST API page (#5433)
* feat: reorder entities on REST API page

* feat: fix order for Authentication endpoint
2022-05-02 14:55:27 +01:00
Lucas Manuel Rodriguez
ed8faa791c
Add slack notification (#5481)
* Add slack notification

* Fix standard-query-library.yml
2022-05-02 08:42:20 -03:00
Katheryn Satterlee
3454d78a50
Weekly Doc Update (#5468)
* Weekly Doc Update

* Update FAQ.md

Fixed missing entry in TOC

Co-authored-by: Kathy Satterlee <ksatter@Kathys-MacBook-Pro.local>
2022-04-29 16:35:24 -05:00
Desmi-Dizney
a986615a7d
Editor Pass - Add osquery.min_software_last_opened_at_diff configuration option (1) (#5416)
Editor pass for: https://github.com/fleetdm/fleet/pull/5394 - docs/Deploying/Configuration.md
2022-04-29 09:18:50 -05:00
Desmi-Dizney
2feb1256f3
Docs editor pass - 01-Using-Fleet - Standard-query-library - README.md (#5420)
This has been edited for content and copy.
2022-04-29 09:18:13 -05:00
Desmi-Dizney
d6deec277f
Docs editor pass - 01-Using-Fleet - Standard-query-library - Standard-query-library.yml (#5427)
This has been reviewed for copy.
2022-04-29 09:17:53 -05:00
Desmi-Dizney
ed14c0b02a
Editor pass - New query and new policy: Identify optional fields to users - docs/01-Using-Fleet/standard-query-library/README.md (#5412)
Editor pass for: https://github.com/fleetdm/fleet/pull/5167 - docs/01-Using-Fleet/standard-query-library/README.md
2022-04-28 11:21:59 -05:00
Roberto Dip
fc859321dc
tweak docs related to dev local environment setup (#5434)
* remove outdated config file description

`example_config.json` was removed in f11da7b05b but the documentation
was still there, this removes the description from the README as well.

* add a note about how to use scripts with premium features
2022-04-28 11:42:22 -03:00
Zach Wasserman
26eae438f6
Document supported MySQL versions (#5421)
- Pin versions in development and CI.
2022-04-27 16:21:16 -07:00