Fleet is the lightweight, programmable telemetry platform for servers and workstations. Get comprehensive, customizable data from all your devices and operating systems — without the downtime risk.
Go to file
Tomas Touceda 5b8a607a81
Add support for MariaDB 10.5.4 and later (#1658)
* Add support for MariaDB 10.5.4 and later

* Fix tests

* Add changes file

* Use require.JSONEq instead of our own version of it
2021-08-13 11:16:19 -03:00
.github Update goreleaser configs for 4.2.0 (#1650) 2021-08-11 17:13:11 -07:00
assets Manage Packs Page: Refactor to typescript, functional components, new UI (#1567) 2021-08-10 14:25:34 -04:00
changes Add support for MariaDB 10.5.4 and later (#1658) 2021-08-13 11:16:19 -03:00
charts/fleet Prepare for Fleet 4.2.0 (#1645) 2021-08-11 17:14:32 -07:00
cmd Issue 1632 software inventory config (#1636) 2021-08-11 15:57:53 -03:00
cypress Disable edit label page select platform dropdown (#1635) 2021-08-11 15:27:52 -05:00
docs Update 12-Supported-browsers.md (#1653) 2021-08-11 20:26:29 -05:00
ee Make creating dirs and files more secure by checking permissions (#1566) 2021-08-11 11:02:22 -03:00
frontend Fix button font size (#1648) 2021-08-11 17:57:37 -04:00
handbook Make creating dirs and files more secure by checking permissions (#1566) 2021-08-11 11:02:22 -03:00
orbit Make creating dirs and files more secure by checking permissions (#1566) 2021-08-11 11:02:22 -03:00
secure Make creating dirs and files more secure by checking permissions (#1566) 2021-08-11 11:02:22 -03:00
server Add support for MariaDB 10.5.4 and later (#1658) 2021-08-13 11:16:19 -03:00
tools Prepare for Fleet 4.2.0 (#1645) 2021-08-11 17:14:32 -07:00
website Fleetdm.com: Replace osquery logo (#1663) 2021-08-12 22:35:34 -05:00
.dockerignore Added support to read jwt and mysql password from a file (#141) 2021-01-04 07:58:43 -08:00
.eslintrc.js Merge branch 'master' into teams 2021-04-30 09:40:10 -07:00
.gitattributes Windows friendly changes after walking through getting started guide (#1441) 2021-07-21 20:49:44 -04:00
.gitignore Add package-lock.json to .gitignore (#708) 2021-05-03 08:10:27 -07:00
.goreleaser.yml Move static flags to fleet from fleetctl (#1652) 2021-08-11 18:15:58 -07:00
.npmignore Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.prettierignore add prettier and have it format all fleet application code (#625) 2021-04-12 14:32:25 +01:00
.prettierrc.json add prettier and have it format all fleet application code (#625) 2021-04-12 14:32:25 +01:00
CHANGELOG.md Prepare for Fleet 4.2.0 (#1645) 2021-08-11 17:14:32 -07:00
CODE_OF_CONDUCT.md Remove @fleetdm.com emails from fleetdm/fleet repo (#882) 2021-05-27 17:19:14 -04:00
CODEOWNERS Add CODEOWNERS for Go engineering team (#1449) 2021-07-22 11:14:10 -07:00
CONTRIBUTING.md Remove @fleetdm.com emails from fleetdm/fleet repo (#882) 2021-05-27 17:19:14 -04:00
cypress-basic.json New Cypress configs and commands (#1268) 2021-07-01 10:32:12 -07:00
cypress-core.json New Cypress configs and commands (#1268) 2021-07-01 10:32:12 -07:00
cypress.json Refactor teams service methods (#910) 2021-05-31 17:07:51 -07:00
docker-compose.yml add logging settings to config api response (#1467) 2021-07-30 11:45:49 -04:00
Dockerfile Remove @fleetdm.com emails from fleetdm/fleet repo (#882) 2021-05-27 17:19:14 -04:00
go.mod Fix redis locking receive (#1655) 2021-08-13 11:16:11 -03:00
go.sum Fix redis locking receive (#1655) 2021-08-13 11:16:11 -03:00
LICENSE Update LICENSE (#10) 2020-11-04 19:57:51 -06:00
Makefile Fix build, add missing tests for cpe translations (#1631) 2021-08-11 14:52:09 -03:00
package.json #1496 fixed sorting using API (#1536) 2021-08-03 12:42:48 -07:00
postcss.config.js Upgrade Bourbon to 5.1.0 and fix deprecation warnings (#1973) 2019-01-03 12:46:55 -08:00
README.md Update README.md 2021-08-05 18:16:51 +09:00
SECURITY.md Remove @fleetdm.com emails from fleetdm/fleet repo (#882) 2021-05-27 17:19:14 -04:00
tools.go Add support for IdP-initiated SSO login (#556) 2021-03-30 12:56:20 -07:00
tsconfig.json Pressing Enter on setup's Confirmation page (#1141) 2021-06-18 13:33:45 -07:00
webpack.config.js Speed up CI build/test (#657) 2021-04-16 16:14:56 -07:00
yarn.lock #1496 fixed sorting using API (#1536) 2021-08-03 12:42:48 -07:00

Fleet logo, landscape, dark text, transparent background

Website   News   Report a bug

Run Tests   Go Report Card   Twitter Follow

Fleet is the most widely used open source osquery manager. Deploying osquery with Fleet enables programmable live queries, streaming logs, and effective management of osquery across 100,000+ servers, containers, and laptops. It's especially useful for talking to multiple devices at the same time.

Try Fleet

With Node.js and Docker installed:

# Install the Fleet command-line tool
sudo npm install -g fleetctl
# Run a local demo of the Fleet server
sudo fleetctl preview

The Fleet UI is now available at http://localhost:1337.

Now what?

Check out the Ask questions about your devices tutorial to learn where to see your devices in Fleet, how to add Fleet's standard query library, and how to ask questions about your devices by running queries.

Team

Fleet is independently backed and actively maintained with the help of many amazing contributors.

🎉 Announcing the transition of Fleet to a new independent entity 🎉

Please check out the blog post to understand what is happening with Fleet and our commitment to improving the product. To upgrade from Fleet ≤3.2.0, just grab the latest release from this repository (it'll work out of the box).

Documentation

Documentation for Fleet can be found here on GitHub.

Community

Chat

Please join us in the #fleet channel on osquery Slack.

Contributing

Contributions are welcome, whether you answer questions on Slack/GitHub/StackOverflow/Twitter, improve the documentation or website, write a tutorial, give a talk, start a local osquery meetup, troubleshoot reported issues, or submit a patch. The Fleet code of conduct is on GitHub.

Banner featuring a futuristic cloud city with the Fleet logo