# kapacitor を Homebrew, Nix, scoop, winget でインストール

kapacitor のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:kapacitor
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install kapacitor
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#kapacitor
```

  証拠: nixpkgs package indexes: pkgs/by-name/ka/kapacitor/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/kapacitor
```

  証拠: Scoop official bucket manifest trees: bucket/kapacitor.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id InfluxData.Kapacitor -e
```

  証拠: Windows Package Manager source index: InfluxData.Kapacitor from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:kapacitor
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.8.6
- **ソース概要:** Open source time series data processor
- **ホームページ:** <https://github.com/influxdata/kapacitor>
- **リポジトリ:** <https://github.com/influxdata/kapacitor>
- **最終更新:** 2026-07-27T21:58:37+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- kapacitor (エイリアス)
- kapacitord (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.8.6
## プロジェクトの歴史と使われ方

Kapacitor is InfluxData's time-series processing and alerting engine, built to process stream and batch data from InfluxDB with TICKscript.

### プロジェクトの歴史

Kapacitor grew out of the InfluxData time-series stack as the action and processing layer paired with InfluxDB. InfluxData describes it as the native data processing engine for InfluxDB 1.x and an integrated component in the InfluxDB 2.0 platform, able to process both stream and batch data.

### 採用の歴史

Kapacitor became familiar to operators through the TICK stack: Telegraf collected metrics, InfluxDB stored them, Chronograf visualized them, and Kapacitor transformed, analyzed, and acted on them. Its presence in Homebrew, Scoop, winget, and Nix reflects its use as both a server daemon and an operator CLI in monitoring setups.

### 使われ方

A typical Kapacitor setup runs kapacitord, defines tasks with TICKscript, subscribes to InfluxDB data, and routes alerts or computed output through handlers. The kapacitor CLI and HTTP API are used to define tasks, manage recordings, inspect task state, and administer the daemon.

### パッケージ好きにとっての重要性

Kapacitor is a classic infrastructure package because it ships both a daemon and a CLI, keeps its main configuration under /etc, and ties package installation directly to service management. For package nerds it marks the era when time-series monitoring stacks were installed as composable Unix services before hosted observability platforms dominated many workflows.

### タイムライン

- 2016: Kapacitor's v1.0.0-beta1 GitHub milestone closed on July 22 during the 1.0 stabilization period.
- 2020: Kapacitor 1.6 added Flux task support and moved user authentication and authorization into the open source distribution.
- 2025: Kapacitor 1.7.7 release notes deprecated Python 2 user-defined functions ahead of the 1.8 line.

### Related projects

- InfluxDB is the database Kapacitor was built to process data from.
- Telegraf and Chronograf are the other named tools in the TICK stack.
- Flux and TICKscript are the query/task languages most closely associated with Kapacitor's evolution.

### ソース

- <https://docs.influxdata.com/kapacitor/v1/introduction/getting-started/>
- <https://docs.influxdata.com/kapacitor/v1/reference/about_the_project/release-notes/>
- <https://github.com/influxdata/kapacitor/releases>
- <https://www.influxdata.com/time-series-platform/kapacitor/>


## セキュリティノート

formula declares a Homebrew service.

- **Geiger リスク:** orange / 中
- formula declares a Homebrew service


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: /etc/kapacitor/kapacitor.conf, $KAPACITOR_CONFIG_PATH

## Credential files

- Unix: /etc/kapacitor/kapacitor.conf, $KAPACITOR_CONFIG_PATH
## 他のパッケージマネージャ記録

- Nix - kapacitor: normalized package name match | nixpkgs package indexes: pkgs/by-name/ka/kapacitor/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/kapacitor: normalized package name match | Scoop official bucket manifest trees: bucket/kapacitor.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - InfluxData.Kapacitor: normalized package name match | Windows Package Manager source index: InfluxData.Kapacitor from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/kapacitor.yml](https://github.com/mxcl/pkgdb/blob/main/combined/kapacitor.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
