Commit Graph
3214 Commits
Author SHA1 Message Date
Omereshone Kelvin 7d77579ead Update description for query to get apple applications count (#3330) 2021-12-12 18:03:56 -08:00
Omereshone Kelvin 64203a022a Fix duplicated description on standard query (#3286) 2021-12-12 18:02:52 -08:00
Omereshone Kelvin 20a76adc56 Feature/fix typo in deploying docs (#3312) 2021-12-12 18:02:04 -08:00
Zach Wasserman a35ddfd4d8 Increase session duration with --dev flag (#3339) 2021-12-12 17:31:07 -08:00
Zach Wasserman 3a5037f798 Update query for users listing (#3324)
- Filter undesired entries.
- LEFT JOIN to include users missing groups.

#2488
2021-12-11 16:25:08 -08:00
Omereshone Kelvin 8ec3986263 Fix description language on failing batteries query (#3328) 2021-12-11 16:24:41 -08:00
Omereshone Kelvin c5aaeaab6f Add description to windows machines with unencrypted hard disks query (#3329) 2021-12-11 16:23:42 -08:00
RachelElysia 4ad3f4f3d2 Fix name column width (#3336) 2021-12-10 13:13:30 -08:00
Noah Talerman f717f55cec Add platform to policy templates in the Fleet UI (#3311) 2021-12-10 15:48:24 -05:00
Noah Talerman 1f8f5b0d27 Update recieve-from-github.js and add fixes to API docs (#3310) 2021-12-10 15:40:29 -05:00
Katheryn Satterlee be670c5701 Add ksatter to receive-from-github.js (#3332)
Added username to list of maintainers.
2021-12-10 14:19:28 -06:00
RachelElysia e05562ef09 Spiffier: Fix grammar and sentence casing (#3316) 2021-12-10 11:57:06 -08:00
Luke Heath 84d36d9e22 Policies own their queries flow QA fixes (#3323) 2021-12-10 13:17:36 -06:00
Lucas Manuel Rodriguez 4213ddb141 Rename missing policy platforms to platform (#3334) 2021-12-10 13:55:49 -03:00
Lucas Manuel Rodriguez 8bbc52bbff Fix policy rego bug with fleet policies (#3331)
* Fix policy rego bug with fleet policies

* Simplify rego policy fix
2021-12-10 11:47:41 -03:00
RachelElysia 9e905f8e10 Query Empty Search: Fix count and empty state (#3314)
* Display count is now correct, bug with 0 being falsy
* Empty component renders for client side search even if data table 'disappears'
* Hide display count if display count is 0 includes for client side search
* Hide search and dropdown if no queries have been created
2021-12-09 14:43:34 -08:00
Lucas Manuel RodriguezandTomas Touceda fac83f6b11 Add unique host users to osquery-perf (#3255)
* Add unique software option to osquery-perf

* Add unique host users

Co-authored-by: Tomas Touceda <chiiph@gmail.com>
2021-12-09 18:24:48 -03:00
Lucas Manuel RodriguezandTomas Touceda b9c65abc6a Add unique software option to osquery-perf (#3253)
Co-authored-by: Tomas Touceda <chiiph@gmail.com>
2021-12-09 18:05:32 -03:00
Tomas Touceda 66f4fc46c0 Only join big tables when absolutely needed (#3308)
* Only join big tables when absolutely needed

* Fix test

* Revert unintended change in test
2021-12-09 17:36:12 -03:00
Tomas Touceda 4df7093395 Osquery perf add scheduled query stats (#3252)
* Add scheduled queries to osquery perf

* Remove log line

* Update parsing of packs to be more readable

* Remove log
2021-12-09 17:20:32 -03:00
RachelElysia a3f99ee62d Fix default policy missing dependency (#3315) 2021-12-09 11:28:32 -08:00
Zach Wasserman a7aa14fa76 Enable function-style file carving in Orbit (#3268) 2021-12-09 09:59:58 -08:00
Zach Wasserman 2f4ea1da85 Update documentation for file carving (#3213) 2021-12-09 09:59:23 -08:00
Zach Wasserman 32571c0990 Add wrap for SMTP connection error (#3206) 2021-12-09 09:58:33 -08:00
Omereshone Kelvin 10871172f6 Standard query library: Add description to "Get laptops with failing batteries" (#3254) 2021-12-09 12:23:54 -05:00
Luke Heath 2abae381e9 Add ability to run live queries on new and existing policies (#3230) 2021-12-09 10:38:51 -06:00
RachelElysia b397b3a68e Dashboard: Show software count in dashboard's software modal (#3228) 2021-12-08 22:30:28 -08:00
RachelElysia 37ffb88ec8 Default policy renders on refresh of new policy page, changelog (#3243) 2021-12-08 22:16:34 -08:00
Mike McNeil 1ed5c46946 Handbook: Set company page maintainer (#3280) 2021-12-08 23:35:44 -06:00
Mike McNeil 2426f2907f Handbook: landing page maintainer (#3278) 2021-12-08 23:19:24 -06:00
Mike McNeil d89c618c4e link sections together + update maintainer to reduce surface area for @mike-j-thomas (#3266) 2021-12-08 22:34:08 -06:00
Mike McNeil 76efc95d15 Handbook: "Customer first" » "Customer experience" (#3272)
* Rename customer-first.md to customer-experience.md

* Update README.md

* consistency with how i'm seeing this on other pages
2021-12-08 22:33:39 -06:00
Zach Wasserman 9343c9b832 Fix broken link in documentation (#3270) 2021-12-08 22:18:50 -06:00
Zach Wasserman a6d60cc193 Configure nofiles ulimit in Terraform ECS task (#3249)
The low default ulimit `nofiles` value (`4096`) in Fargate was observed
to cause errors when running with a large number of hosts and a small
number of servers. Each server should be able to server more than 4096
simultaneous clients.
2021-12-08 15:08:48 -08:00
Lucas Manuel Rodriguez d0765cb9ee Do not exit on serve/prepare if there are unknown migrations (#3262)
* Do not exit on serve/prepare if there are unknown migrations

* PR review changes
2021-12-08 19:50:00 -03:00
Tony Gauda c39191cb00 Updated docs to fix a few areas of confusion (#2903)
* updating docs to make things a bit more clear

* fixing broken links

* more broken links

* fixing broken links

* website updates

* PR review changes

* fixing bad links
2021-12-08 16:23:35 -06:00
Luke Heath 7f8cb264f8 Return spinner when loading live query results (#3261) 2021-12-08 16:07:43 -06:00
Zach Wasserman 3a973af164 Fix Windows Orbit packaging with non-stable channel (#3210) 2021-12-07 19:49:57 -08:00
Zach Wasserman 1806838cf4 Update documentation for redis cluster support (#3246) 2021-12-07 18:36:01 -08:00
RachelElysia 91a86ccee4 Query and Policy UI: Cursor placed at end of input field (#3224) 2021-12-07 15:17:56 -06:00
Luke Heath fde1da714b Add team filtering to software card and improve load states (#3188) 2021-12-07 14:42:21 -06:00
RachelElysia 1d69e50143 Fix cta button verbage to match Figma (#3236) 2021-12-07 14:10:12 -06:00
RachelElysia d0d0700c1f Fix policy resolution api request (#3234) 2021-12-07 14:09:06 -06:00
Tomas Touceda 8686c1520b Add index software (#3241)
* Add index to software over name/id

* Update schema

* Remove double semi colon
2021-12-07 16:36:13 -03:00
Lucas Manuel Rodriguez 8cea7f480a Add HostLinuxOSs (#3217)
* Add HostLinuxOSs

* Add test for PlatformFromHost

* Add sles, gentoo and kali on linux host OSs
2021-12-07 15:37:00 -03:00
RachelElysia 04fe0a42b5 App wide: Better errors for duplicate query, policy, and team names (#3121) 2021-12-07 11:12:36 -06:00
Lucas Manuel Rodriguez edec1abc86 Remove platform and team from policy editing (#3233) 2021-12-07 13:01:00 -03:00
Lucas Manuel Rodriguez a47c605bdd Log request errors in non-debug mode (take 2) (#3215)
* Log request errors in non-debug mode

* Amend test for debug

* Add check for error log
2021-12-07 12:52:43 -03:00
Lucas Manuel Rodriguez 6b8a2cb61a Fix mysql8 compatibility with zero dates (#3231)
* Fix mysql8 compatibility with zero dates

* Amend date
2021-12-07 12:51:53 -03:00
Tomas Touceda dc9686024b Remove tx from SaveHost (#3232)
* Remove tx from SaveHost

Also change REPLACE for software for an insert.

* Remove bundle identifier from the get since it's not part of the key

* Revert unneeded change
2021-12-07 12:39:07 -03:00