8291119067
Initially fleet decoded the incoming JSON sent to the log endpoint. Then the log event would be written to a log writer by calling json.Encoder{}.Encode. Re-encoding logs is lossy; whenever a new field is sent by osqueryd we don't keep up with them. Instead of caring about the content of the OsqueryResultLog, fleet will now write all log results exactly as sent to the server by osqueryd. Closes #1632 Closes #1615 |
||
---|---|---|
.circleci | ||
.github | ||
assets | ||
cmd | ||
docs | ||
examples | ||
frontend | ||
server | ||
tools | ||
.dockerignore | ||
.eslintrc.js | ||
.gitignore | ||
.sass-lint.yml | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
docker-compose.yml | ||
Dockerfile | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE | ||
Makefile | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json | ||
webpack.config.js | ||
yarn.lock |
Kolide Fleet
Effective Endpoint Security. At Any Scale.
Kolide Fleet is a state of the art host monitoring platform tailored for security experts. Leveraging Facebook's battle-tested osquery project, Fleet delivers fast answers to big questions. To learn more about Fleet, visit https://kolide.com/fleet.
Documentation for Fleet can be found on GitHub.
To Start Using Fleet
The Web UI
Information about using the Kolide web application can be found in the Application Documentation.
The CLI
If you're interested in learning about the new fleetctl
CLI and flexible osquery deployment file format, see the CLI Documentation.
Deploying Osquery and Fleet
Resources for deploying osquery to hosts, deploying the Fleet server, installing Fleet's infrastructure dependencies, etc. can all be found in the Infrastructure Documentation.
Accessing The Fleet API
If you are interested in accessing the Fleet REST API in order to programmatically interact with your osquery installation, please see the API Documentation.
To Start Developing Fleet
Development Documentation
If you're interested in interacting with the Kolide source code, you will find information on modifying and building the code in the Development Documentation.
If you have any questions, please create a GitHub Issue.