{"id":20650844,"url":"https://github.com/grendel-consulting/steampipe-plugin-kolide","last_synced_at":"2025-04-17T12:41:29.536Z","repository":{"id":219549102,"uuid":"749316957","full_name":"grendel-consulting/steampipe-plugin-kolide","owner":"grendel-consulting","description":"Use SQL to instantly query your Kolide K2 fleet","archived":false,"fork":false,"pushed_at":"2025-04-12T06:09:06.000Z","size":932,"stargazers_count":3,"open_issues_count":8,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-12T06:29:35.711Z","etag":null,"topics":["kolide","postgresql","postgresql-fdw","sql","steampipe","steampipe-plugin"],"latest_commit_sha":null,"homepage":"https://hub.steampipe.io/plugins/grendel-consulting/kolide","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grendel-consulting.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-28T08:03:36.000Z","updated_at":"2025-04-12T06:08:41.000Z","dependencies_parsed_at":"2024-01-28T09:26:42.911Z","dependency_job_id":"98987f96-ec4b-4aaa-8f3a-0fa4c6f8b2d8","html_url":"https://github.com/grendel-consulting/steampipe-plugin-kolide","commit_stats":null,"previous_names":["grendel-consulting/steampipe-plugin-kolide"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grendel-consulting%2Fsteampipe-plugin-kolide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grendel-consulting%2Fsteampipe-plugin-kolide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grendel-consulting%2Fsteampipe-plugin-kolide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grendel-consulting%2Fsteampipe-plugin-kolide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grendel-consulting","download_url":"https://codeload.github.com/grendel-consulting/steampipe-plugin-kolide/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249342118,"owners_count":21254224,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kolide","postgresql","postgresql-fdw","sql","steampipe","steampipe-plugin"],"created_at":"2024-11-16T17:23:49.006Z","updated_at":"2025-04-17T12:41:29.516Z","avatar_url":"https://github.com/grendel-consulting.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kolide plugin for Steampipe\n[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8741/badge)](https://www.bestpractices.dev/projects/8741)[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/grendel-consulting/steampipe-plugin-kolide/badge)](https://securityscorecards.dev/viewer/?uri=github.com/grendel-consulting/steampipe-plugin-kolide)[![Go Report Card](https://goreportcard.com/badge/github.com/grendel-consulting/steampipe-plugin-kolide)](https://goreportcard.com/report/github.com/grendel-consulting/steampipe-plugin-kolide)\n\nUse SQL to query Devices, People, Checks, Issues and more across your [Kolide](https://www.kolide.com/) fleet. Built atop the [Kolide API](https://www.kolide.com/docs/developers/api).\n\n## Quick Start\n\nInstall the plugin with [Steampipe](https://steampipe.io)\n\n```zsh\nsteampipe plugin install grendel-consulting/kolide\n```\n\nCreate your Kolide API token and config your connection in `~/.steampipe/config/kolide.spc`\n\nRun a query:\n\n```sql\nselect name,hardware_model,serial from kolide_device;\n```\n\n## Engines\n\nThis plugin is available for the following engines:\n\n| Engine        | Description\n|---------------|------------------------------------------\n| [Steampipe](https://steampipe.io/docs) | The Steampipe CLI exposes APIs and services as a high-performance relational database, giving you the ability to write SQL-based queries to explore dynamic data. Mods extend Steampipe's capabilities with dashboards, reports, and controls built with simple HCL. The Steampipe CLI is a turnkey solution that includes its own Postgres database, plugin management, and mod support.\n| [Postgres FDW](https://steampipe.io/docs/steampipe_postgres/overview) | Steampipe Postgres FDWs are native Postgres Foreign Data Wrappers that translate APIs to foreign tables. Unlike Steampipe CLI, which ships with its own Postgres server instance, the Steampipe Postgres FDWs can be installed in any supported Postgres database version.\n| [SQLite Extension](https://steampipe.io/docs//steampipe_sqlite/overview) | Steampipe SQLite Extensions provide SQLite virtual tables that translate your queries into API calls, transparently fetching information from your API or service as you request it.\n| [Export](https://steampipe.io/docs/steampipe_export/overview) | Steampipe Plugin Exporters provide a flexible mechanism for exporting information from cloud services and APIs. Each exporter is a stand-alone binary that allows you to extract data using Steampipe plugins without a database.\n| [Turbot Pipes](https://turbot.com/pipes/docs) | Turbot Pipes is the only intelligence, automation \u0026 security platform built specifically for DevOps. Pipes provide hosted Steampipe database instances, shared dashboards, snapshots, and more.\n\n## Developing\n\nPrerequisites:\n\n* [Steampipe](https://steampipe.io/downloads)\n* [Golang](https://golang.org/doc/install)\n\nClone:\n\n```zsh\ngit clone https://github.com/turbot/steampipe-plugin-aws.git\ncd steampipe-plugin-aws\n```\n\nBuild, which automatically installs the new version to your `~/.steampipe/plugins` directory:\n\n```zsh\nmake install\n```\n\nConfigure the plugin:\n\n```zsh\ncp config/* ~/.steampipe/config\ncode ~/.steampipe/config/kolide.spc\n```\n\nTry it!\n\n```zsh\nsteampipe query\n\u003e .inspect kolide\n```\n\nFurther reading:\n\n* [Writing plugins](https://steampipe.io/docs/develop/writing-plugins)\n* [Writing your first table](https://steampipe.io/docs/develop/writing-your-first-table)\n\n## Open Source \u0026 Contributing\n\nThis repository is published under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) (source code) and [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) (docs) licenses. Please see our [code of conduct](.github/CODE_OF_CONDUCT.md). We look forward to collaborating with you and encourage your wider involvement and contribution in their community!\n\n## Get Involved\n\n**[Join #steampipe on the Turbot Slack →](https://turbot.com/community/join)**\n\nWant to help but don't know where to start? Pick up one of the `help wanted` issues:\n\n* [Kolide Plugin](https://github.com/grendel-consulting/steampipe-plugin-kolide/labels/help%20wanted)\n* [Steampipe](https://github.com/turbot/steampipe/labels/help%20wanted)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrendel-consulting%2Fsteampipe-plugin-kolide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrendel-consulting%2Fsteampipe-plugin-kolide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrendel-consulting%2Fsteampipe-plugin-kolide/lists"}