Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
03aed50
Create v1.3 dir for Enterprise InfluxDB docs
rkuchan Jun 20, 2017
9b4a9a6
Add FGA guide
mark-rushakoff Jun 20, 2017
8f9224d
Fix hugo front matter for FGA guide
rkuchan Jun 20, 2017
5f3c1e0
Fix versions in the changelog
rkuchan Jun 20, 2017
59a2c2a
Address feedback
mark-rushakoff Jun 21, 2017
3aac870
Address more feedback
mark-rushakoff Jun 21, 2017
3848905
Add anti-entropy guide
mark-rushakoff Jun 23, 2017
93c4a6a
Add links to FGA guide
rkuchan Jun 26, 2017
470aca1
Merge pull request #1173 from influxdata/mr-fga-guide
Jun 26, 2017
34e0719
Update index pages
rkuchan Jun 26, 2017
bb1a03f
Address feedback
mark-rushakoff Jun 26, 2017
841103a
Clarify when to join a data node to the cluster
mark-rushakoff Jun 27, 2017
48e1b6f
Update upgrading.md
timhallinflux Jul 20, 2017
2cb605f
Update backup-and-restore.md
timhallinflux Jul 20, 2017
38f5007
Update frequently_asked_questions.md
timhallinflux Jul 20, 2017
ce39ed7
Update frequently_asked_questions.md
timhallinflux Jul 20, 2017
d270d79
Update frequently_asked_questions.md
timhallinflux Jul 20, 2017
cd51c4e
Update frequently_asked_questions.md
timhallinflux Jul 20, 2017
2b923db
Update configuration.md
timhallinflux Jul 20, 2017
a8669cf
Merge pull request #1185 from influxdata/mr-anti-entropy
timhallinflux Jul 20, 2017
810a187
Update anti-entropy.md
timhallinflux Jul 20, 2017
e46542c
Update index.md
timhallinflux Jul 20, 2017
ac6ce0f
Update installation_guidelines.md
timhallinflux Jul 20, 2017
813fb8f
Update release-notes-changelog.md
timhallinflux Jul 20, 2017
e1d518e
Update cluster-commands.md
timhallinflux Jul 20, 2017
fbe1d2c
Update upgrading.md
timhallinflux Jul 20, 2017
0ceb30f
Update cluster-commands.md
timhallinflux Jul 20, 2017
3a8f2d2
Update migration.md
timhallinflux Jul 20, 2017
28aeecd
Update data_node_installation.md
timhallinflux Jul 20, 2017
38af876
Update meta_node_installation.md
timhallinflux Jul 20, 2017
8e8a6bb
Update cluster_installation.md
timhallinflux Jul 20, 2017
ffcf455
Update reporting-issues.md
timhallinflux Jul 20, 2017
dbd93f5
Update configuration.md
timhallinflux Jul 20, 2017
6d17e72
Update configuration.md
timhallinflux Jul 21, 2017
5665570
Create renaming.md
timhallinflux Jul 21, 2017
da2c934
Update index.md
timhallinflux Jul 21, 2017
f113f58
Update index.md
timhallinflux Jul 21, 2017
6198c64
Delete web_console_installation.md
timhallinflux Jul 21, 2017
c5aaec0
Update installation.md
timhallinflux Jul 21, 2017
47656af
Update index.md
timhallinflux Jul 21, 2017
248b614
Update index.md
timhallinflux Jul 21, 2017
6fd7a38
Delete web_console_installation.md
timhallinflux Jul 21, 2017
415dc8b
Update glossary.md
timhallinflux Jul 21, 2017
e68d87f
Update index.md
timhallinflux Jul 21, 2017
13d134a
Delete web-console-features.md
timhallinflux Jul 21, 2017
751e9c1
Update index.md
timhallinflux Jul 21, 2017
a102a94
Add files via upload
timhallinflux Jul 21, 2017
c1097df
Delete overview.png
timhallinflux Jul 21, 2017
5eea510
Delete data-explorer.gif
timhallinflux Jul 21, 2017
02404ac
Add files via upload
timhallinflux Jul 21, 2017
9b019f4
Add files via upload
timhallinflux Jul 21, 2017
822c089
Update getting_started.md
timhallinflux Jul 21, 2017
7dbca3b
Update getting_started.md
timhallinflux Jul 21, 2017
4443638
Merge branch 'master' into rk-influxdb-enterprise-1.3
timhallinflux Jul 21, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 16 additions & 19 deletions content/chronograf/v1.3/introduction/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,22 @@ Chronograf is the UI for the other components of the [TICK stack](https://www.in
You do not need to install every component of the TICK stack to use Chronograf.
The following sections give a brief description of the other TICK stack components, how they fit within Chronograf, and if they are necessary for your setup.

#### Telegraf (required)
#### InfluxDB/InfluxEnterprise cluster (required)
[InfluxDB](/influxdb/v1.2/) is InfluxData's open source time-series database built from the ground up to handle high write and query loads.
[InfluxEnterprise](/enterprise_influxdb/v1.2/) is InfluxData's closed source time-series database with clustering.
InfluxDB instances and InfluxEnterprise clusters store the time-series data that populate the Chronograf interface.

Chronograf requires at least one InfluxDB instance or one InfluxEnterprise cluster to serve as its data storage component.
A single Chronograf instance can support several InfluxDB instances or InfluxEnterprise clusters.

**Installation Resources:**

* [Getting Started](/chronograf/v1.3/introduction/getting-started/) offers setup instructions for using Chronograf with an InfluxDB instance
* [Monitor an InfluxEnterprise Cluster](/chronograf/v1.3/guides/monitor-an-influxenterprise-cluster/) offers setup instructions for using Chronograf with an InfluxEnterprise Cluster
* [InfluxDB Documentation](/influxdb/v1.3/)
* [InfluxEnterprise Documentation](/enterprise_influxdb/v1.3/)

#### Telegraf (recommended)
[Telegraf](/telegraf/v1.3/) is InfluxData's plugin-driven server agent for collecting & reporting metrics.
Telegraf collects data and writes data to the InfluxDB instance or InfluxEnterprise cluster that's connected to Chronograf.
Chronograf is designed to work with Telegraf data and offers [pre-created dashboards](/chronograf/v1.3/troubleshooting/frequently-asked-questions/#what-applications-are-supported-in-chronograf) for several Telegraf input plugins.
Expand All @@ -40,24 +55,6 @@ At a minimum, the Telegraf instance must have enabled the [system statistics](ht
* [Monitor an InfluxEnterprise Cluster](/chronograf/v1.3/guides/monitor-an-influxenterprise-cluster/) offers setup instructions for using Chronograf and an InfluxEnterprise Cluster with several Telegraf instances
* [Telegraf Documentation](/telegraf/v1.3/)

#### InfluxDB/InfluxEnterprise cluster (required)

[InfluxDB](/influxdb/v1.3/) is InfluxData's open source time-series database built from the ground up to handle high write and query loads.
[InfluxEnterprise](/enterprise/v1.3/) is InfluxData's closed source time-series database with clustering.

InfluxDB instances and InfluxEnterprise clusters store the time-series data that populate the Chronograf interface.

Chronograf requires at least one InfluxDB instance or one InfluxEnterprise cluster to serve as its data storage component.
A single Chronograf instance can support several InfluxDB instances or InfluxEnterprise clusters.

**Installation Resources:**

* [Getting Started](/chronograf/v1.3/introduction/getting-started/) offers setup instructions for using Chronograf with an InfluxDB instance
* [Monitor an InfluxEnterprise Cluster](/chronograf/v1.3/guides/monitor-an-influxenterprise-cluster/) offers setup instructions for using Chronograf with an InfluxEnterprise Cluster

* [InfluxDB Documentation](/influxdb/v1.3/)
* [InfluxEnterprise Documentation](/enterprise/v1.3/)

#### Kapacitor (optional)
[Kapacitor](/kapacitor/v1.3/) is InfluxData’s processing framework for creating alerts, running ETL jobs, and detecting anomalies in your data.
Kapacitor is responsible for creating and sending alerts in Chronograf.
Expand Down
2 changes: 1 addition & 1 deletion content/enterprise_influxdb/v1.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ menu:
enterprise_influxdb:
name: v1.0
identifier: enterprise_influxdb_1_0
weight: 10
weight: 30
---

InfluxEnterprise offers highly scalable InfluxDB clusters on your infrastructure
Expand Down
2 changes: 1 addition & 1 deletion content/enterprise_influxdb/v1.1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ menu:
enterprise_influxdb:
name: v1.1
identifier: enterprise_influxdb_1_1
weight: 1
weight: 20
---

InfluxEnterprise offers highly scalable InfluxDB clusters on your infrastructure
Expand Down
2 changes: 1 addition & 1 deletion content/enterprise_influxdb/v1.2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menu:
enterprise_influxdb:
name: v1.2
identifier: enterprise_influxdb_1_2
weight: 0
weight: 10
---

InfluxEnterprise offers highly scalable InfluxDB clusters on your infrastructure
Expand Down
10 changes: 10 additions & 0 deletions content/enterprise_influxdb/v1.3/about-the-project/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: About the Project
aliases:
- /enterprise/v1.3/about-the-project/
menu:
enterprise_influxdb_1_3:
weight: 60
---

## [Release Notes/Changelog](/enterprise_influxdb/v1.3/about-the-project/release-notes-changelog/)
Loading