Commit Graph
6096 Commits
Author SHA1 Message Date
Mo Zhu 389ccc03cd Update standard-query-library.yml (#8688) 2022-11-11 13:59:38 -08:00
Mo Zhu 3a7dd42f11 Link to our maintained tables (#8675) 2022-11-11 13:42:05 -08:00
Luke Heath 4f194084af Remove logger_plugin option from e2e tests (#8683) 2022-11-11 15:16:38 -06:00
RachelElysiaandLuke Heath 4e9ac903e3 Fleet UI: App settings styling (#8529)
Co-authored-by: Luke Heath <luke@fleetdm.com>
2022-11-11 16:12:00 -05:00
Luke Heath 8364b358b9 Fix inherited policy counts (#8681) 2022-11-11 15:08:03 -06:00
RachelElysia d05ed9bcca Fleet UI: Software filter renders even without software version (#8680) 2022-11-11 16:04:28 -05:00
Mo ZhuandGuillaume Ross d57b5b9ec8 Include emergency geolocation query (#8483)
* Include emergency geolocation query

https://fleetdm.com/guides/locate-assets-with-osquery

* Update standard-query-library.yml

Co-authored-by: Guillaume Ross <guillaume@fleetdm.com>
2022-11-11 11:54:01 -08:00
Mo Zhu d69bbbb50c note bssid and country code not available on wifi_survey and wifi_status tables (#8484)
* note bssid and country code not available on  wifi_survey table

* wifi survey
2022-11-11 11:53:41 -08:00
Alex Mitchell 80d028d902 Update README.md (#8677)
Updated one-pager and overview slides links.
2022-11-11 11:36:16 -06:00
Luke Heath 84def9fdb7 Removes software links from device user page (#8668) 2022-11-11 08:58:11 -06:00
Luke Heath 9f3c83b7c5 Redirect all unauthenticated pages on sandbox (#8662) 2022-11-11 08:55:25 -06:00
Gabriel Hernandez 64e9341990 add coverage report to gitignore for fe tests (#8671) 2022-11-11 14:46:32 +00:00
e6a88553d7 Updated Fleet style guide (#8634)
* Updated Fleet style guide

Updated style guide and added it to a subpage.

* Fixed a couple of blockquote formatting issues

* removed h4 example

* Implementing Mike's revisions.md

Co-authored-by: Mike Thomas <mthomas@fleetdm.com>
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2022-11-10 17:56:27 -06:00
Katheryn Satterlee c413c9d162 Improve agent options documentation (#8666)
* Improve agent options documentation

* Update FAQ.md
2022-11-10 17:51:57 -06:00
EricandMike McNeil 0853d338f8 Website: Update table pages (#8410)
* add link to "defaults to root" text and evented table labels

* override requires_user_context value in merged schema

* update link styles on table pages

* Update get-extended-osquery-schema.js

* encodeURIComponent

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2022-11-10 17:12:24 -06:00
Michal Nicpon 9ad1721efd fix issue with duplicate vulns detected using nvd (#8613)
The OVAL analyzer falsely assumes that any vulnerabilities detected on a
host only come from OVAL. However, it is possible that NVD detects
vulnerabilities on these hosts even though it excludes software from
deb_packages and rpm_packages. For example, a python package twisted
v22.20 has a vulnerability CVE-2022-39348 detected by NVD. The OVAL
analyzer would delete this vulnerability, and it would be re-inserted by
the NVD scanner on the next run. This creates a loop.

The fix is to only delete vulnerabilities that are actually detected
using OVAL. We already store this in the source column in the
software_cve table.
2022-11-10 10:28:00 -07:00
Andrew Baker ff969e8ddc Drew bakerfdm remove email mentions (#8641)
* Remove email address for redudancy

Call to actions at the bottom of the page offer better forms of communication to join the community, trial Fleet, or ask questions.

* Remove email mention

* Remove email mention

* Remove email mention
2022-11-10 11:59:08 -05:00
RachelElysia 46a38daf3b Fleet UI: Various dropdown fixes (#8645) 2022-11-10 11:55:43 -05:00
Mike McNeil 0c5ae2bebf Add link to augeas table docs (#8650) 2022-11-10 11:36:08 -05:00
Luke Heath d5144403e5 Fix query editor deleting wrong word (#8651) 2022-11-10 10:15:35 -06:00
RachelElysia 82ebe89345 Fleet UI: Unreleased styling bug - Move last word to next line with icon (#8640) 2022-11-10 09:28:02 -05:00
RachelElysia 3a9f45d6f8 Fleet UI: Filter by low disk space hosts on various platforms (#8647) 2022-11-10 09:27:23 -05:00
Gabriel Hernandez 139a462ebe fix UI to only show munki card on host details for mac machines (#8657) 2022-11-10 14:26:12 +00:00
Gabriel Hernandez 443153a5d5 UI polish and style fixes for query pages (#8643)
* polish manage query page styles

* fix pencil icon spacing on query and policy edit form

* increase gutter style for edtior

* truncate long table names in table dropdown on query sidebar

* add change file
2022-11-10 11:00:06 +00:00
Luke Heath 9d8a8ca07e Adjust add hosts text area height to fit content (#8642) 2022-11-09 15:27:32 -06:00
Guillaume RossandMike McNeil 4af331ac40 Adding a query for default handlers (#7924)
* Adding a query

* Update standard-query-library.yml

Thanks @brunerd and @brockwalters!

* Update standard-query-library.yml

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2022-11-09 15:01:04 -05:00
Katheryn Satterlee d04d65d725 Add yaml flag to code blocks (#8540)
Added `yaml` tag to appropriate code blocks to ensure consistent formatting. Also fixes display issue in `features.additional_queries`.
2022-11-09 10:29:31 -06:00
Katheryn Satterlee 511ba09185 Improved column descriptions for password_policy (#8611) 2022-11-09 10:28:49 -06:00
Guillaume Ross 0ef72c36ce Adding examples (#8500)
Adding examples to 3 tables!
2022-11-09 11:15:26 -05:00
Guillaume RossandChris McGillicuddy a42dd708d6 Adding troubleshooting info about full disk access (#7938)
* Adding troubleshooting info about full disk access

* Apply suggestions from code review

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>
2022-11-09 16:14:44 +00:00
RachelElysia d6b3250d05 Fleet UI: Back link compatible with Firefox (#8631) 2022-11-09 10:22:40 -05:00
Eric 89aed5787a Website: Fix alignment of links in text on logos page (#8633) 2022-11-08 19:02:23 -06:00
Luke Heath 5493417fee Ensure invite form always returns a base error (#8615) 2022-11-08 15:34:18 -06:00
Luke Heath 52dea440cf Update currentTeam after delete on team details page (#8619) 2022-11-08 15:11:23 -06:00
Charlie Chance a9761a1a99 handbook: security policies section for people ops (#8617) 2022-11-08 09:16:55 -07:00
Zach WassermanandTomas Touceda efbe4c0777 Update Go to 1.19.3 (#8525) (#8614)
Co-authored-by: Tomas Touceda <chiiph@gmail.com>
2022-11-08 13:03:23 -03:00
RachelElysia a7ca66576b Fleet UI: Update error copy for opening add host modal without an enroll secret (#8586) 2022-11-08 10:06:58 -05:00
Frank Sievertsen 0dbbad8e10 Exclude windows servers from mdm aggregation and lists (#8585) 2022-11-08 10:29:40 +01:00
Frank Sievertsen 4743d31870 Support low_disk_space filter for endpoint /labels/{id}/hosts (#8598) 2022-11-08 09:19:34 +01:00
Charlie Chance 8d664f55a4 handbook: CEO handbook/EA updates Notes docs chart (#8612) 2022-11-07 16:49:08 -07:00
Zach Wasserman 875df496b1 Generate targets for osqueryd 5.6.0 (#8355) 2022-11-07 15:15:52 -08:00
Zach Wasserman 1920e64b93 Update Desktop version to 1.3.1 (#8397) 2022-11-07 15:15:21 -08:00
RachelElysia 6921e43bb7 Host details page: Surface disk encryption information (#8437) 2022-11-07 16:51:03 -05:00
Charlie Chance e1120f06e0 handbook: heading updates for consistency (#8610) 2022-11-07 13:51:13 -07:00
EricandMike McNeil e9b550206f update error handling (#8548)
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2022-11-07 12:16:51 -06:00
RachelElysia 92fbc810b3 Fleet UI: Enroll secret hover bug (#8592) 2022-11-07 12:48:43 -05:00
RachelElysia 45a4dffa04 Frontend: Code cleanup (#8583) 2022-11-07 12:18:06 -05:00
Luke Heath 61ce9fc81a Fix teams context on manage hosts and manage teams pages (#8605) 2022-11-07 11:14:40 -06:00
Gabriel Hernandez e71307e11a add passed policies column to inherited policies table. Add new colors and add to icons. (#8524)
* Merge branch 'main' of https://github.com/fleetdm/fleet into chore/testing-docs-on-contribution
add passing columns to inherited policies table

* add updated colors and applied them to icons

* change policy tables to use buildQueryString
2022-11-07 17:13:11 +00:00
Frank Sievertsen 437b1832dd fix RunWithNetRetry (#8590) 2022-11-07 16:31:10 +01:00