removed/replaced headings with links (#1383)

pull/1387/head
Scott Anderson 2020-09-01 13:45:23 -06:00 committed by Scott Anderson
parent 5d4fa258bc
commit a84ed8f9e0
164 changed files with 560 additions and 2112 deletions

View File

@ -10,21 +10,7 @@ Chronograf is the user interface component of the [InfluxData time series platfo
Follow the links below for more information.
## [Chronograf 1.6 release notes](/chronograf/v1.6/about_the_project/release-notes-changelog/)
The [Chronograf 1.6 release notes](/chronograf/v1.6/about_the_project/release-notes-changelog/) includes details about features, bug fixes, and breaking changes for current and earlier Chronograf OSS releases.
## [Contributing to Chronograf](https://github.com/influxdata/chronograf/blob/master/CONTRIBUTING.md)
See [Contributing to InfluxDB OSS](https://github.com/influxdata/chronograf/blob/master/CONTRIBUTING.md) for information about how you can contribute to the InfluxDB OSS GitHub project.
### [InfluxData Contributor License Agreement (CLA)](https://influxdata.com/community/cla/)
In order to begin contributing to InfluxDB OSS project, you need to complete and sign the [InfluxData Contributor License Agreement (CLA)](https://influxdata.com/community/cla/).
## [Open source license for Chronograf](https://github.com/influxdata/chronograf/blob/master/LICENSE/)
See the [open source license for Chronograf](https://github.com/influxdata/chronograf/blob/master/LICENSE/) for conditions and restrictions for the use of the Chronograf source code.
{{< children hlevel="h2" >}}
Chronograf is released under the GNU Affero General Public License. This Free Software Foundation license is fairly new,
and differs from the more widely known and understood GPL.

View File

@ -10,43 +10,4 @@ menu:
Follow the links below for more information.
## [Upgrading to Chronograf 1.6](/chronograf/v1.6/administration/upgrading/)
See [Upgrading to Chronograf 1.6](/chronograf/v1.6/administration/upgrading/) for details on upgrading to the latest Chronograf release.
## [Configuring Chronograf 1.6](/chronograf/v1.6/administration/configuration/)
See [Configuring Chronograf 1.6](/chronograf/v1.6/administration/configuration/) to information on starting Chronograf, configuring Chronograf, setting custom default Chronograf configuration options, and enabling security, multi-organization, and multi-user support.
## [Configuration options](/chronograf/v1.6/administration/config-options/)
[Configuration options](/chronograf/v1.6/administration/config-options/) includes details on Chronograf configuration options, including command line settings and environment variables, for the Chronograf service, connections for Kapacitor and InfluxDB, and OAuth 2.0 authentication options.
## [Connecting Chronograf to InfluxDB Enterprise clusters](/chronograf/v1.6/administration/chrono-on-clusters/)
[Connecting Chronograf to InfluxDB Enterprise clusters](/chronograf/v1.6/administration/chrono-on-clusters/) covers details on configuring and using Chronograf to monitor and manage your InfluxDB Enterprise clusters.
## [Creating InfluxDB and Kapacitor connections](/chronograf/v1.6/administration/creating-connections/)
[Creating InfluxDB and Kapacitor connections](/chronograf/v1.6/administration/creating-connections/) includes steps for creating InfluxDB and Kapacitor connections for use with Chronograf.
## [Managing InfluxDB users in Chronograf](/chronograf/v1.6/administration/managing-influxdb-users/)
[Managing InfluxDB users in Chronograf](/chronograf/v1.6/administration/managing-influxdb-users/) covers how to use Chronograf to create and manage InfluxDB users, roles, and permissions.
## [Managing Chronograf security](/chronograf/v1.6/administration/managing-security/)
See [Managing Chronograf security](/chronograf/v1.6/administration/managing-security/) for details on configuring OAuth 2.0 authentication providers, authentication duration, and configuring TLS and HTTPS support.
## [Managing Chronograf organizations](/chronograf/v1.6/administration/managing-organizations/)
[Managing Chronograf organizations](/chronograf/v1.6/administration/managing-organizations/) covers use of the Default organization and creating, managing, and removing Chronograf organizations.
## [Managing Chronograf users](/chronograf/v1.6/administration/managing-chronograf-users/)
See [Managing Chronograf users](/chronograf/v1.6/administration/managing-chronograf-users/) for details on managing Chronograf users and roles, organization-bound users, cross-organization SuperAdmin status, and navigating organizations in the Chronograf user interface.
## [Transitioning from InfluxDB's Web Admin Interface](/chronograf/v1.6/guides/transition-web-admin-interface/)
Versions 1.3+ of InfluxDB OSS and InfluxDB Enterprise no longer support the web admin interface, the built-in user interface for writing and querying data in InfluxDB.
Learn how to use Chronograf as a replacement for the web admin interface.
{{< children hlevel="h2" >}}

View File

@ -9,51 +9,4 @@ menu:
Follow the links below to explore Chronograf's features.
## [Using pre-created dashboards](/chronograf/v1.6/guides/using-precreated-dashboards/)
Pre-created dashboards are available when the required Telegraf input plugins are enabled. These applications make many useful metrics quickly available and are useful in giving you ideas about
## [Using the TICKscript editor](/chronograf/v1.6/guides/tickscript-logging/)
Using the TICKscript editor in Chronograf to create, test, and debug Kapacitor TICKscripts.
## [Creating dashboards](/chronograf/v1.6/guides/create-a-dashboard/)
Chronograf offers a complete dashboard solution for visualizing your data and monitoring your infrastructure.
Learn how to create customized dashboards in Chronograf.
## [Cloning dashboards and cells](/chronograf/v1.6/guides/cloning-in-ui/)
Use Chronograf's cloning functionality to make copies of dashboards and cells.
## [Visualization types in Chronograf](/chronograf/v1.6/guides/visualization-types/)
Describes the visualization types available to display in Chronograf views in dashboards.
## [Adding annotations in Chronograf views](/chronograf/v1.6/guides/annotations/)
Describes how to add annotations to Chronograf views with the user interface or using the command line interface.
## [Creating Chronograf alert rules](/chronograf/v1.6/guides/create-alert-rules/)
Learn how to create alert rules in Chronograf.
## [Configuring Chronograf alert endpoints](/chronograf/v1.6/guides/configuring-alert-endpoints/)
Chronograf works with Kapacitor to send alert messages to supported event handlers.
Use Chronograf to send alert messages to specific URLs as well as to applications like Slack and HipChat.
Learn how to set up event handlers in Chronograf.
## [Monitoring InfluxDB Enterprise clusters](/chronograf/v1.6/guides/monitoring-influxenterprise-clusters/)
InfluxDB Enterprise offers high availability and a highly-scalable clustering solution for your time series data needs.
Learn how to use Chronograf to assess your clusters health and monitor the infrastructure behind your project.
## [Using dashboard template variables](/chronograf/v1.6/guides/dashboard-template-variables/)
Learn how to use Chronograf's dashboard template variables to interact with your dashboards and gain insights into your data.
## [Advanced Kapacitor usage](/chronograf/v1.6/guides/advanced-kapacitor/)
Chronograf provides a user interface for Kapacitor, InfluxDatas processing framework for creating alerts, running ETL jobs, and detecting anomalies in your data.
Learn how Kapacitor interacts with Chronograf at a lower level and learn about advanced Kapacitor usage within Chronograf.
{{< children hlevel="h3" >}}

View File

@ -10,16 +10,4 @@ menu:
Follow the links below to get acquainted with Chronograf:
## [Downloading Chronograf](https://portal.influxdata.com/downloads)
Chronograf is supported on several operating systems and hardware architectures.
See the [InfluxData downloads page](https://portal.influxdata.com/downloads) page for to the available binaries.
## [Installing Chronograf](/chronograf/v1.6/introduction/installation/)
[Installing Chronograf](/chronograf/v1.6/introduction/installation/) lists the requirements for installing, starting, and configuring Chronograf.
## Getting Started
[Getting started with Chronograf](/chronograf/v1.6/introduction/getting-started/) gets you up and running with Chronograf with as little configuration and code as possible.
By the end of the guide, you will have downloaded, installed, and configured all four packages of the
TICK stack ([Telegraf](https://github.com/influxdata/telegraf), [InfluxDB](https://github.com/influxdata/influxdb), Chronograf, and [Kapacitor](https://github.com/influxdata/kapacitor)), and you will be all set to monitor your infrastructure.
{{< children hlevel="h2" >}}

View File

@ -9,4 +9,4 @@ menu:
Follow the link below to access Chronograf's FAQ.
## [Frequently Asked Questions](/chronograf/v1.6/troubleshooting/frequently-asked-questions/)
{{< children hlevel="h2" >}}

View File

@ -10,21 +10,7 @@ Chronograf is the user interface component of the [InfluxData time series platfo
Follow the links below for more information.
## [Chronograf 1.7 release notes](/chronograf/v1.7/about_the_project/release-notes-changelog/)
The [Chronograf 1.7 release notes](/chronograf/v1.7/about_the_project/release-notes-changelog/) includes details about features, bug fixes, and breaking changes for current and earlier Chronograf OSS releases.
## [Contributing to Chronograf](https://github.com/influxdata/chronograf/blob/master/CONTRIBUTING.md)
See [Contributing to InfluxDB OSS](https://github.com/influxdata/chronograf/blob/master/CONTRIBUTING.md) for information about how you can contribute to the InfluxDB OSS GitHub project.
### [InfluxData Contributor License Agreement (CLA)](https://influxdata.com/community/cla/)
In order to begin contributing to InfluxDB OSS project, you need to complete and sign the [InfluxData Contributor License Agreement (CLA)](https://influxdata.com/community/cla/).
## [Open source license for Chronograf](https://github.com/influxdata/chronograf/blob/master/LICENSE/)
See the [open source license for Chronograf](https://github.com/influxdata/chronograf/blob/master/LICENSE/) for conditions and restrictions for the use of the Chronograf source code.
{{< children hlevel="h2" >}}
Chronograf is released under the GNU Affero General Public License. This Free Software Foundation license is fairly new,
and differs from the more widely known and understood GPL.

View File

@ -10,43 +10,4 @@ menu:
Follow the links below for more information.
## [Upgrading to Chronograf 1.7](/chronograf/v1.7/administration/upgrading/)
See [Upgrading to Chronograf 1.7](/chronograf/v1.7/administration/upgrading/) for details on upgrading to the latest Chronograf release.
## [Configuring Chronograf 1.7](/chronograf/v1.7/administration/configuration/)
See [Configuring Chronograf 1.7](/chronograf/v1.7/administration/configuration/) to information on starting Chronograf, configuring Chronograf, setting custom default Chronograf configuration options, and enabling security, multi-organization, and multi-user support.
## [Configuration options](/chronograf/v1.7/administration/config-options/)
[Configuration options](/chronograf/v1.7/administration/config-options/) includes details on Chronograf configuration options, including command line settings and environment variables, for the Chronograf service, connections for Kapacitor and InfluxDB, and OAuth 2.0 authentication options.
## [Connecting Chronograf to InfluxDB Enterprise clusters](/chronograf/v1.7/administration/chrono-on-clusters/)
[Connecting Chronograf to InfluxDB Enterprise clusters](/chronograf/v1.7/administration/chrono-on-clusters/) covers details on configuring and using Chronograf to monitor and manage your InfluxDB Enterprise clusters.
## [Creating InfluxDB and Kapacitor connections](/chronograf/v1.7/administration/creating-connections/)
[Creating InfluxDB and Kapacitor connections](/chronograf/v1.7/administration/creating-connections/) includes steps for creating InfluxDB and Kapacitor connections for use with Chronograf.
## [Managing InfluxDB users in Chronograf](/chronograf/v1.7/administration/managing-influxdb-users/)
[Managing InfluxDB users in Chronograf](/chronograf/v1.7/administration/managing-influxdb-users/) covers how to use Chronograf to create and manage InfluxDB users, roles, and permissions.
## [Managing Chronograf security](/chronograf/v1.7/administration/managing-security/)
See [Managing Chronograf security](/chronograf/v1.7/administration/managing-security/) for details on configuring OAuth 2.0 authentication providers, authentication duration, and configuring TLS and HTTPS support.
## [Managing Chronograf organizations](/chronograf/v1.7/administration/managing-organizations/)
[Managing Chronograf organizations](/chronograf/v1.7/administration/managing-organizations/) covers use of the Default organization and creating, managing, and removing Chronograf organizations.
## [Managing Chronograf users](/chronograf/v1.7/administration/managing-chronograf-users/)
See [Managing Chronograf users](/chronograf/v1.7/administration/managing-chronograf-users/) for details on managing Chronograf users and roles, organization-bound users, cross-organization SuperAdmin status, and navigating organizations in the Chronograf user interface.
## [Transitioning from InfluxDB's Web Admin Interface](/chronograf/v1.7/guides/transition-web-admin-interface/)
Versions 1.3+ of InfluxDB OSS and InfluxDB Enterprise no longer support the web admin interface, the built-in user interface for writing and querying data in InfluxDB.
Learn how to use Chronograf as a replacement for the web admin interface.
{{< children hlevel="h2" >}}

View File

@ -9,56 +9,4 @@ menu:
Follow the links below to explore Chronograf's features.
## [Exploring data in Chronograf](/chronograf/v1.7/guides/querying-data)
Use Chronograf's Data Explorer to query and visualize your time series data.
## [Using pre-created dashboards](/chronograf/v1.7/guides/using-precreated-dashboards/)
Pre-created dashboards are available when the required Telegraf input plugins are enabled. These dashboards include cells with data visualizations for metrics that are relevant to data sources you are likely to be using.
## [Using the TICKscript editor](/chronograf/v1.7/guides/tickscript-logging/)
Using the TICKscript editor in Chronograf to create, test, and debug Kapacitor TICKscripts.
## [Creating dashboards](/chronograf/v1.7/guides/create-a-dashboard/)
Chronograf offers a complete dashboard solution for visualizing your data and monitoring your infrastructure.
Learn how to create customized dashboards in Chronograf.
## [Cloning dashboards and cells](/chronograf/v1.7/guides/cloning-in-ui/)
Use Chronograf's cloning functionality to make copies of dashboards and cells.
## [Visualization types in Chronograf](/chronograf/v1.7/guides/visualization-types/)
Describes the visualization types available to display in Chronograf views in dashboards.
## [Adding annotations in Chronograf views](/chronograf/v1.7/guides/annotations/)
Describes how to add annotations to Chronograf views with the user interface or using the command line interface.
## [Creating Chronograf alert rules](/chronograf/v1.7/guides/create-alert-rules/)
Learn how to create alert rules in Chronograf.
## [Configuring Chronograf alert endpoints](/chronograf/v1.7/guides/configuring-alert-endpoints/)
Chronograf works with Kapacitor to send alert messages to supported event handlers.
Use Chronograf to send alert messages to specific URLs as well as to applications like Slack and HipChat.
Learn how to set up event handlers in Chronograf.
## [Monitoring InfluxDB Enterprise clusters](/chronograf/v1.7/guides/monitoring-influxenterprise-clusters/)
InfluxDB Enterprise offers high availability and a highly-scalable clustering solution for your time series data needs.
Learn how to use Chronograf to assess your clusters health and monitor the infrastructure behind your project.
## [Using dashboard template variables](/chronograf/v1.7/guides/dashboard-template-variables/)
Learn how to use Chronograf's dashboard template variables to interact with your dashboards and gain insights into your data.
## [Advanced Kapacitor usage](/chronograf/v1.7/guides/advanced-kapacitor/)
Chronograf provides a user interface for Kapacitor, InfluxDatas processing framework for creating alerts, running ETL jobs, and detecting anomalies in your data.
Learn how Kapacitor interacts with Chronograf at a lower level and learn about advanced Kapacitor usage within Chronograf.
{{< children hlevel="h2" >}}

View File

@ -10,16 +10,4 @@ menu:
Follow the links below to get acquainted with Chronograf:
## [Downloading Chronograf](https://portal.influxdata.com/downloads)
Chronograf is supported on several operating systems and hardware architectures.
See the [InfluxData downloads page](https://portal.influxdata.com/downloads) page for to the available binaries.
## [Installing Chronograf](/chronograf/v1.7/introduction/installation/)
[Installing Chronograf](/chronograf/v1.7/introduction/installation/) lists the requirements for installing, starting, and configuring Chronograf.
## Getting Started
[Getting started with Chronograf](/chronograf/v1.7/introduction/getting-started/) gets you up and running with Chronograf with as little configuration and code as possible.
By the end of the guide, you will have downloaded, installed, and configured all four packages of the
TICK stack ([Telegraf](https://github.com/influxdata/telegraf), [InfluxDB](https://github.com/influxdata/influxdb), Chronograf, and [Kapacitor](https://github.com/influxdata/kapacitor)), and you will be all set to monitor your infrastructure.
{{< children hlevel="h2" >}}

View File

@ -9,4 +9,4 @@ menu:
Follow the link below to access Chronograf's FAQ.
## [Frequently Asked Questions](/chronograf/v1.7/troubleshooting/frequently-asked-questions/)
{{< children hlevel="h2" >}}

View File

@ -10,10 +10,4 @@ menu:
Chronograf provides command line tools designed to aid in managing and working with Chronograf from the command line. The following command line interfaces (CLIs) are available:
## [`chronograf` command line interface](/chronograf/v1.8/tools/chronograf-cli/)
The `chronograf` command line interface (CLI) includes options to manage Chronograf security.
## [`chronoctl` command line interface](/chronograf/v1.8/tools/chronoctl/)
The `chronoctl` command line interface (CLI) includes commands to interact with an instance of Chronograf's data store.
{{< children hlevel="h2" >}}

View File

@ -1,5 +1,5 @@
---
title: chronograf cli
title: chronograf CLI
description: >
The `chronograf` command line interface (CLI) includes options to manage many aspects of Chronograf security.
menu:

View File

@ -9,4 +9,4 @@ menu:
Follow the link below to access Chronograf's FAQ.
## [Frequently Asked Questions](/chronograf/v1.8/troubleshooting/frequently-asked-questions/)
{{< children hlevel="h2" >}}

View File

@ -6,13 +6,13 @@ menu:
weight: 10
---
## [InfluxDB Enterprise release notes](/enterprise_influxdb/v1.5/about-the-project/release-notes-changelog/)
{{< children hlevel="h2" >}}
The [InfluxDB Enterprise release notes](/enterprise_influxdb/v1.5/about-the-project/release-notes-changelog/) includes details about features, bug fixes, and breaking changes for current and earlier InfluxDB Enterprise releases.
## InfluxData Software License Subscription Agreement (SLSA)
## [InfluxData Software License Subscription Agreement (SLSA)](https://www.influxdata.com/legal/slsa/)
InfluxDB Enterprise is available with a commercial license based on the [InfluxData Software License Subscription Agreement (SLSA)](https://www.influxdata.com/legal/slsa/).
InfluxDB Enterprise is available with a commercial license based on the [InfluxData Software License Subscription Agreement (SLSA)](https://www.influxdata.com/legal/slsa/). [Contact sales for more information](https://www.influxdata.com/contact-sales/).
[Contact sales for more information](https://www.influxdata.com/contact-sales/).
## Third party software

View File

@ -7,16 +7,4 @@ menu:
weight: 70
---
## [Configuring InfluxDB Enterprise](/enterprise_influxdb/v1.5/administration/configuration/)
## [Upgrading InfluxDB Enterprise clusters](/enterprise_influxdb/v1.5/administration/upgrading/)
## [Cluster management utilities](/enterprise_influxdb/v1.5/administration/cluster-commands/)
## [Backing up and restoring in InfluxDB Enterprise](/enterprise_influxdb/v1.5/administration/backup-and-restore/)
## [Logging and tracing in InfluxDB Enterprise](/enterprise_influxdb/v1.5/administration/logs/)
## [Host renaming in InfluxDB Enterprise](/enterprise_influxdb/v1.5/administration/renaming/)
## [Managing InfluxDB Enterprise security](/enterprise_influxdb/v1.5/administration/security/)
{{< children hlevel="h2" >}}

View File

@ -8,5 +8,4 @@ menu:
weight: 50
---
## [Clustering](/enterprise_influxdb/v1.5/concepts/clustering)
## [Glossary](/enterprise_influxdb/v1.5/concepts/glossary/)
{{< children hlevel="h2" >}}

View File

@ -8,8 +8,4 @@ menu:
weight: 60
---
## [InfluxDB Enterprise users](/enterprise_influxdb/v1.5/features/users/)
## [Clustering features](/enterprise_influxdb/v1.5/features/clustering-features/)
The [Clustering features](/enterprise_influxdb/v1.5/features/clustering-features/) section covers topics important to
{{< children hlevel="h2" >}}

View File

@ -7,9 +7,5 @@ menu:
name: Guides
weight: 60
---
## [Anti-entropy service in InfluxDB Enterprise](/enterprise_influxdb/v1.5/guides/anti-entropy/)
## [Backing up and restoring in InfluxDB Enterprise](/enterprise_influxdb/v1.5/administration/backup-and-restore/)
## [Fine-grained authorization in InfluxDB Enterprise](/enterprise_influxdb/v1.5/guides/fine-grained-authorization/)
## [Migrating InfluxDB OSS instances to InfluxDB Enterprise clusters](/enterprise_influxdb/v1.5/guides/migration/)
## [Rebalancing InfluxDB Enterprise clusters](/enterprise_influxdb/v1.5/guides/rebalance/)
## [SMTP server setup](/enterprise_influxdb/v1.5/guides/smtp-server/)
{{< children hlevel="h2" >}}

View File

@ -14,14 +14,4 @@ menu:
The introductory documentation includes all the information you need to get up
and running with InfluxDB Enterprise.
## [Downloading InfluxDB Enterprise](/enterprise_influxdb/v1.5/introduction/download/)
See [Downloading InfluxDB Enterprise](/enterprise_influxdb/v1.5/introduction/download/) for information on obtaining license keys and download URLs for InfluxDB Enterprise.
## [Installation options](/enterprise_influxdb/v1.5/introduction/installation_guidelines/)
See [Installation options](/enterprise_influxdb/v1.5/introduction/installation_guidelines/) to learn about installing InfluxDB Enterprise using the QuickStart and Production installation options.
## [Getting started with InfluxDB Enterprise](/enterprise_influxdb/v1.5/introduction/getting-started/)
See [Getting started with InfluxDB Enterprise](/enterprise_influxdb/v1.5/introduction/getting-started/) to begin exploring and using InfluxDB Enterprise.
{{< children hlevel="h2" >}}

View File

@ -22,6 +22,4 @@ process before using the product in a production environment.
Follow the links below to get up and running with InfluxEnterprise.
### [Step 1 - Meta node installation](/enterprise_influxdb/v1.5/production_installation/meta_node_installation/)
### [Step 2 - Data node installation](/enterprise_influxdb/v1.5/production_installation/data_node_installation/)
### [Step 3 - Chronograf installation](/enterprise_influxdb/v1.5/production_installation/chrono_install/)
{{< children hlevel="h2" >}}

View File

@ -23,5 +23,4 @@ process before using the product in a production environment.
Follow the links below to get up and running with InfluxEnterprise.
### [Step 1 - Installing an InfluxDB Enterprise cluster](/enterprise_influxdb/v1.5/quickstart_installation/cluster_installation/)
### [Step 2 - Installing Chronograf](/enterprise_influxdb/v1.5/quickstart_installation/chrono_install/)
{{< children hlevel="h2" >}}

View File

@ -9,6 +9,4 @@ menu:
weight: 90
---
## [Frequently asked questions](/enterprise_influxdb/v1.5/troubleshooting/frequently_asked_questions/)
## [Reporting issues](/enterprise_influxdb/v1.5/troubleshooting/reporting-issues/)
{{< children hlevel="h2" >}}

View File

@ -5,12 +5,9 @@ menu:
weight: 10
---
## [Release notes/changelog](/enterprise_influxdb/v1.6/about-the-project/release-notes-changelog/)
## [Commercial license](https://www.influxdata.com/legal/slsa/)
{{< children hlevel="h2" >}}
## Commercial license
InfluxDB Enterprise is available with a commercial license. [Contact sales for more information](https://www.influxdata.com/contact-sales/).
## Third party software

View File

@ -7,42 +7,4 @@ menu:
weight: 70
---
## [Configuring InfluxDB Enterprise](/enterprise_influxdb/v1.6/administration/configuration/)
[Configuring InfluxDB Enterprise](/enterprise_influxdb/v1.6/administration/configuration/) covers the InfluxDB Enterprise configuration settings, including global options, meta node options, and data node options.
## [Data node configurations](/enterprise_influxdb/v1.6/administration/config-data-nodes/)
The [Data node configurations](/enterprise_influxdb/v1.6/administration/config-data-nodes/) includes listings and descriptions of all data node configurations.
## [Meta node configurations](/enterprise_influxdb/v1.6/administration/config-meta-nodes/)
The [Meta node configurations](/enterprise_influxdb/v1.6/administration/config-meta-nodes/) includes listings and descriptions of all meta node configurations.
## [Authentication and authorization](/influxdb/v1.6/administration/authentication_and_authorization/)
See [Authentication and authorization](/influxdb/v1.6/administration/authentication_and_authorization/) in the InfluxDB OSS documentation for details on
* how to
[set up authentication](/influxdb/v1.6/administration/authentication_and_authorization/#set-up-authentication)
* how to
[authenticate requests](/influxdb/v1.6/administration/authentication_and_authorization/#authenticate-requests) in InfluxDB.
* descriptions of the different
[user types](/influxdb/v1.6/administration/authentication_and_authorization/#user-types-and-privileges) and the InfluxQL for
[managing database users](/influxdb/v1.6/administration/authentication_and_authorization/#user-management-commands).
## [Configuring LDAP authentication](/enterprise_influxdb/v1.6/administration/ldap/)
## [Upgrading InfluxDB Enterprise clusters](/enterprise_influxdb/v1.6/administration/upgrading/)
## [Backing up and restoring in InfluxDB Enterprise](/enterprise_influxdb/v1.6/administration/backup-and-restore/)
## [Logging and tracing in InfluxDB Enterprise](/enterprise_influxdb/v1.6/administration/logs/)
[Logging and tracing in InfluxDB Enterprise](/enterprise_influxdb/v1.6/administration/logs/) covers logging locations, redirecting HTTP request logging, structured logging, and tracing.
## [Host renaming in InfluxDB Enterprise](/enterprise_influxdb/v1.6/administration/renaming/)
## [Managing security in InfluxDB Enterprise](/enterprise_influxdb/v1.6/administration/security/)
{{< children hlevel="h2" >}}

View File

@ -8,5 +8,4 @@ menu:
weight: 50
---
## [Clustering](/enterprise_influxdb/v1.6/concepts/clustering)
## [Glossary](/enterprise_influxdb/v1.6/concepts/glossary/)
{{< children hlevel="h2" >}}

View File

@ -8,6 +8,4 @@ menu:
weight: 60
---
## [InfluxDB Enterprise users](/enterprise_influxdb/v1.6/features/users/)
## [InfluxDB Enterprise cluster commands](/enterprise_influxdb/v1.6/administration/cluster-commands/)
## [Clustering features](/enterprise_influxdb/v1.6/features/clustering-features/)
{{< children hlevel="h2" >}}

View File

@ -7,9 +7,5 @@ menu:
name: Guides
weight: 60
---
## [Anti-entropy: Replace Data Node](/enterprise_influxdb/v1.6/guides/anti-entropy/)
## [Backing up and restoring in InfluxDB Enterprise](/enterprise_influxdb/v1.6/administration/backup-and-restore/)
## [Fine-grained authorization in InfluxDB Enterprise](/enterprise_influxdb/v1.6/guides/fine-grained-authorization/)
## [Migrating InfluxDB OSS instances to InfluxDB Enterprise clusters](/enterprise_influxdb/v1.6/guides/migration/)
## [Rebalancing InfluxDB Enterprise clusters](/enterprise_influxdb/v1.6/guides/rebalance/)
## [SMTP server setup](/enterprise_influxdb/v1.6/guides/smtp-server/)
{{< children hlevel="h2" >}}

View File

@ -15,10 +15,4 @@ For information on manually installing and configuring InfluxDB Enterprise clust
* [Install an InfluxDB Enterprise cluster for production](/enterprise_influxdb/v1.6/install-and-deploy/production_installation/)
## [Deploy an InfluxDB Enterprise cluster on Google Cloud Platform](/enterprise_influxdb/v1.6/install-and-deploy/deploying/google-cloud-platform/)
InfluxDB Enterprise is currently available on the Google Cloud Platform (GCP) as a bring-your-own-license (BYOL) offering. For information on deploying InfluxDB Enterprise clusters on Google Cloud Platform (GCP), see [Deploy an InfluxDB Enterprise cluster on Google Cloud Platform](/enterprise_influxdb/v1.6/install-and-deploy/deploying/google-cloud-platform/).
## [Deploy an InfluxDB Enterprise cluster on Amazon Web Services](/enterprise_influxdb/v1.6/install-and-deploy/deploying/amazon-web-services/)
InfluxData recommends [using the Terraform InfluxDB AWS Module](/enterprise_influxdb/v1.6/install-and-deploy/deploying/amazon-web-services) to deploy a single InfluxDB Enterprise cluster or a multi-cluster architecture on Amazon Web Services.
{{< children hlevel="h2" >}}

View File

@ -12,8 +12,4 @@ menu:
To get up and running with InfluxDB Enterprise, complete the following tasks:
## [Download InfluxDB Enterprise](/enterprise_influxdb/v1.6/introduction/download/)
## [Install InfluxDB Enterprise](/enterprise_influxdb/v1.6/introduction/installation_guidelines/)
## [Get started with InfluxDB Enterprise](/enterprise_influxdb/v1.6/introduction/getting-started/)
{{< children hlevel="h2" >}}

View File

@ -9,6 +9,4 @@ menu:
weight: 90
---
## [Frequently asked questions](/enterprise_influxdb/v1.6/troubleshooting/frequently_asked_questions/)
## [Reporting issues](/enterprise_influxdb/v1.6/troubleshooting/reporting-issues/)
{{< children hlevel="h2" >}}

View File

@ -5,11 +5,9 @@ menu:
weight: 10
---
## [Release notes/changelog](/enterprise_influxdb/v1.7/about-the-project/release-notes-changelog/)
{{< children hlevel="h2" >}}
## [Commercial license](https://www.influxdata.com/legal/slsa/)
## Commercial license
InfluxDB Enterprise is available with a commercial license. [Contact sales for more information](https://www.influxdata.com/contact-sales/).

View File

@ -7,46 +7,4 @@ menu:
weight: 70
---
## [Configure InfluxDB Enterprise clusters](/enterprise_influxdb/v1.7/administration/configuration/)
[Configure InfluxDB Enterprise](/enterprise_influxdb/v1.7/administration/configuration/) covers the InfluxDB Enterprise configuration settings, including global options, meta node options, and data node options.
## [Configure data nodes](/enterprise_influxdb/v1.7/administration/config-data-nodes/)
[Configure data nodes](/enterprise_influxdb/v1.7/administration/config-data-nodes/) includes listings and descriptions of all data node configurations.
## [Configure meta nodes](/enterprise_influxdb/v1.7/administration/config-meta-nodes/)
[Configure meta nodes](/enterprise_influxdb/v1.7/administration/config-meta-nodes/) includes listings and descriptions of all meta node configurations.
## [Authenticate and authorize](/influxdb/v1.7/administration/authentication_and_authorization/)
See [Authenticate and authorize](/influxdb/v1.7/administration/authentication_and_authorization/) in the InfluxDB open source (OSS) documentation for details on:
* how to
[set up authentication](/influxdb/v1.7/administration/authentication_and_authorization/#set-up-authentication)
* how to
[authenticate requests](/influxdb/v1.7/administration/authentication_and_authorization/#authenticate-requests) in InfluxDB.
* descriptions of the different
[user types](/influxdb/v1.7/administration/authentication_and_authorization/#user-types-and-privileges) and the InfluxQL for
[managing database users](/influxdb/v1.7/administration/authentication_and_authorization/#user-management-commands).
## [Configure LDAP authentication](/enterprise_influxdb/v1.7/administration/ldap/)
## [Upgrade InfluxDB Enterprise clusters](/enterprise_influxdb/v1.7/administration/upgrading/)
## [Use Anti-Entropy service in InfluxDB Enterprise](/enterprise_influxdb/v1.7/administration/anti-entropy/)
## [InfluxDB Anti-Entropy API](/enterprise_influxdb/v1.7/administration/anti-entropy-api/)
## [Back up and restore InfluxDB Enterprise](/enterprise_influxdb/v1.7/administration/backup-and-restore/)
## [Log and trace InfluxDB Enterprise](/enterprise_influxdb/v1.7/administration/logs/)
[Log and trace InfluxDB Enterprise](/enterprise_influxdb/v1.7/administration/logs/) covers logging locations, redirecting HTTP request logging, structured logging, and tracing.
## [Rename hosts in InfluxDB Enterprise](/enterprise_influxdb/v1.7/administration/renaming/)
## [Manage security in InfluxDB Enterprise](/enterprise_influxdb/v1.7/administration/security/)
{{< children hlevel="h2" >}}

View File

@ -8,5 +8,4 @@ menu:
weight: 50
---
## [Clustering](/enterprise_influxdb/v1.7/concepts/clustering)
## [Glossary](/enterprise_influxdb/v1.7/concepts/glossary/)
{{< children hlevel="h2" >}}

View File

@ -8,6 +8,4 @@ menu:
weight: 60
---
## [InfluxDB Enterprise users](/enterprise_influxdb/v1.7/features/users/)
## [InfluxDB Enterprise cluster commands](/enterprise_influxdb/v1.7/administration/cluster-commands/)
## [Clustering features](/enterprise_influxdb/v1.7/features/clustering-features/)
{{< children hlevel="h2" >}}

View File

@ -7,9 +7,5 @@ menu:
name: Guides
weight: 60
---
## [Anti-entropy: Replace Data Node](/enterprise_influxdb/v1.7/administration/anti-entropy/)
## [Backing up and restoring in InfluxDB Enterprise](/enterprise_influxdb/v1.7/administration/backup-and-restore/)
## [Fine-grained authorization in InfluxDB Enterprise](/enterprise_influxdb/v1.7/guides/fine-grained-authorization/)
## [Migrating InfluxDB OSS instances to InfluxDB Enterprise clusters](/enterprise_influxdb/v1.7/guides/migration/)
## [Rebalancing InfluxDB Enterprise clusters](/enterprise_influxdb/v1.7/guides/rebalance/)
## [SMTP server setup](/enterprise_influxdb/v1.7/guides/smtp-server/)
{{< children hlevel="h2" >}}

View File

@ -9,6 +9,4 @@ menu:
weight: 90
---
## [Frequently asked questions](/enterprise_influxdb/v1.7/troubleshooting/frequently_asked_questions/)
## [Reporting issues](/enterprise_influxdb/v1.7/troubleshooting/reporting-issues/)
{{< children hlevel="h2" >}}

View File

@ -7,9 +7,9 @@ menu:
weight: 10
---
## [Release notes/changelog](/enterprise_influxdb/v1.8/about-the-project/release-notes-changelog/)
{{< children hlevel="h2" >}}
## [Commercial license](https://www.influxdata.com/legal/slsa/)
## Commercial license
InfluxDB Enterprise is available with a commercial license. [Contact sales for more information](https://www.influxdata.com/contact-sales/).

View File

@ -9,5 +9,4 @@ menu:
weight: 50
---
## [Clustering](/enterprise_influxdb/v1.8/concepts/clustering)
## [Glossary](/enterprise_influxdb/v1.8/concepts/glossary/)
{{< children hlevel="h2" >}}

View File

@ -9,6 +9,4 @@ menu:
weight: 60
---
## [InfluxDB Enterprise users](/enterprise_influxdb/v1.8/features/users/)
## [InfluxDB Enterprise cluster commands](/enterprise_influxdb/v1.8/administration/cluster-commands/)
## [Clustering features](/enterprise_influxdb/v1.8/features/clustering-features/)
{{< children hlevel="h2" >}}

View File

@ -8,9 +8,5 @@ menu:
name: Guides
weight: 60
---
## [Anti-entropy: Replace Data Node](/enterprise_influxdb/v1.8/administration/anti-entropy/)
## [Back up and restore in InfluxDB Enterprise](/enterprise_influxdb/v1.8/administration/backup-and-restore/)
## [Fine-grained authorization in InfluxDB Enterprise](/enterprise_influxdb/v1.8/guides/fine-grained-authorization/)
## [Migrate InfluxDB OSS instances to InfluxDB Enterprise clusters](/enterprise_influxdb/v1.8/guides/migration/)
## [Rebalance InfluxDB Enterprise clusters](/enterprise_influxdb/v1.8/guides/rebalance/)
## [SMTP server setup](/enterprise_influxdb/v1.8/guides/smtp-server/)
{{< children hlevel="h2" >}}

View File

@ -16,14 +16,4 @@ Deploy InfluxDB Enterprise clusters on the cloud provider of your choice.
> **Note:** To install in your own environment, see [Install an InfluxDB Enterprise cluster in your own environment](/enterprise_influxdb/v1.8/install-and-deploy/production_installation/).
## [Deploy on Amazon Web Services](/enterprise_influxdb/v1.8/install-and-deploy/deploying/aws/)
To deploy an InfluxDB Enterprise cluster or a multi-cluster architecture on Amazon Web Services, [Deploy an InfluxDB Enterprise cluster on Amazon Web Services](/enterprise_influxdb/v1.8/install-and-deploy/deploying/aws/).
## [Deploy on Google Cloud Platform](/enterprise_influxdb/v1.8/install-and-deploy/deploying/google-cloud-platform/)
InfluxDB Enterprise is currently available on the Google Cloud Platform (GCP). For information on deploying InfluxDB Enterprise clusters on Google Cloud Platform (GCP), see [Deploy an InfluxDB Enterprise cluster on Google Cloud Platform](/enterprise_influxdb/v1.8/install-and-deploy/deploying/google-cloud-platform/).
## [Deploy on Azure Cloud Platform](/enterprise_influxdb/v1.8/install-and-deploy/deploying/azure/)
InfluxDB Enterprise is currently available on the Azure Cloud Platform. For information on deploying InfluxDB Enterprise clusters on Azure, see [Deploy an InfluxDB Enterprise cluster on Azure Cloud Platform](/enterprise_influxdb/v1.8/install-and-deploy/deploying/azure/).
{{< children hlevel="h2" >}}

View File

@ -9,6 +9,4 @@ menu:
weight: 90
---
## [Frequently asked questions](/enterprise_influxdb/v1.8/troubleshooting/frequently_asked_questions/)
## [Reporting issues](/enterprise_influxdb/v1.8/troubleshooting/reporting-issues/)
{{< children hlevel="h2" >}}

View File

@ -6,15 +6,14 @@ menu:
weight: 10
---
## [Release Notes/Changelog](/influxdb/v1.3/about_the_project/releasenotes-changelog/)
{{< children hlevel="h2" >}}
## [Contributing](https://github.com/influxdata/influxdb/blob/master/CONTRIBUTING.md)
## Contributions and licenses
- [Contribute to InfluxDB](https://github.com/influxdata/influxdb/blob/master/CONTRIBUTING.md)
- [Contirbutor License Agreement (CLA)](https://influxdata.com/community/cla/)
- [InfluxDB license](https://github.com/influxdata/influxdb/blob/master/LICENSE)
## [CLA](https://influxdata.com/community/cla/)
## [Licenses](https://github.com/influxdata/influxdb/blob/master/LICENSE)
## <a name="third_party">Third Party Software</a>
### Third Party Software
InfluxData products contain third party software, which means the copyrighted, patented, or otherwise legally protected
software of third parties that is incorporated in InfluxData products.

View File

@ -8,26 +8,4 @@ menu:
The administration documentation contains all the information needed to administer a working InfluxDB installation.
## [Logs](/influxdb/v1.3/administration/logs/)
Information on how to direct InfluxDB log output.
## [Ports](/influxdb/v1.3/administration/ports/)
## [Backup and Restore](/influxdb/v1.3/administration/backup_and_restore/)
Procedures to backup data created by InfluxDB and to restore from a backup.
## [Differences between InfluxDB 1.3 and 1.2](/influxdb/v1.3/administration/differences/)
## [Differences between InfluxDB 1.3 and versions prior to 1.2](/influxdb/v1.3/administration/previous_differences/)
## [Upgrading](/influxdb/v1.3/administration/upgrading/)
Information about upgrading from previous versions of InfluxDB
## [Configuration](/influxdb/v1.3/administration/config/)
Information about the config file `influx.conf`
## [Stability and Compatibility](/influxdb/v1.3/administration/stability_and_compatibility/)
{{< children hlevel="h2" >}}

View File

@ -8,24 +8,4 @@ menu:
Understanding the following concepts will help you get the most out of InfluxDB.
## [Key Concepts](/influxdb/v1.3/concepts/key_concepts/)
A brief explanation of InfluxDB's core architecture useful for new beginners.
## [Glossary of Terms](/influxdb/v1.3/concepts/glossary/)
A list of InfluxDB terms and their definitions.
## [Comparison to SQL](/influxdb/v1.3/concepts/crosswalk/)
## [Design Insights and Tradeoffs](/influxdb/v1.3/concepts/insights_tradeoffs/)
A brief treatment of some of the performance tradeoffs made during the design phase of InfluxDB
## [Schema and Data Layout](/influxdb/v1.3/concepts/schema_and_data_layout/)
A useful overview of the InfluxDB time series data structure and how it affects performance.
## [Storage Engine](/influxdb/v1.3/concepts/storage_engine/)
A overview of how InfluxDB to stores data on disk.
{{< children hlevel="h2" >}}

View File

@ -5,31 +5,33 @@ menu:
weight: 200
---
But wait, there's more!
Check out these resources to learn more about InfluxDB.
View these external resources to learn more about InfluxDB.
## [InfluxData Blog](https://www.influxdata.com/blog/)
## InfluxData Blog
Check out the InfluxData Blog for announcements, updates, and
Check out the [InfluxData Blog](https://www.influxdata.com/blog/) for announcements, updates, and
weekly [tech tips](https://www.influxdata.com/category/tech-tips/).
## [Technical Papers](https://www.influxdata.com/_resources/techpapers-new/)
## Technical Papers
InfluxData's Technical Papers series offer in-depth analysis on performance, time series,
InfluxData's [Technical Papers](https://www.influxdata.com/_resources/techpapers-new/)
series offer in-depth analysis on performance, time series,
and benchmarking InfluxDB vs. other popular databases.
## [Meetup Videos](https://www.influxdata.com/_resources/videosnew//)
## Meetup Videos
Check out our growing Meetup videos collection for introductory content, how-tos, and more.
Check out our growing [Meetup videos](https://www.influxdata.com/_resources/videosnew//)
collection for introductory content, how-tos, and more.
## [Virtual Training Videos](https://www.influxdata.com/_resources/videosnew/)
## Virtual Training Videos
Watch the videos from our weekly training webinar.
Watch the [virtual training videos](https://www.influxdata.com/_resources/videosnew/) from our weekly training webinar.
## [Virtual Training Schedule](https://www.influxdata.com/virtual-training-courses/)
## Virtual Training Schedule
Check out our virtual training schedule to register for future webinars.
Check out our [virtual training schedule](https://www.influxdata.com/virtual-training-courses/)
to register for future webinars.
## [Events](https://www.influxdata.com/events/)
## Events
Find out what's happening at InfluxDB and sign up for upcoming events.
Find out what's happening at InfluxDB and sign up for upcoming [events](https://www.influxdata.com/events/).

View File

@ -6,12 +6,4 @@ menu:
weight: 40
---
## [Writing Data](/influxdb/v1.3/guides/writing_data/)
## [Querying Data](/influxdb/v1.3/guides/querying_data/)
## [Downsampling and Data Retention](/influxdb/v1.3/guides/downsampling_and_retention/)
## [Hardware Sizing Guidelines](/influxdb/v1.3/guides/hardware_sizing/)
## [HTTPS Setup](/influxdb/v1.3/administration/https_setup/)
{{< children hlevel="h2" >}}

View File

@ -6,8 +6,4 @@ menu:
weight: 100
---
## [Clustering](/influxdb/v1.3/high_availability/clusters/)
Open-source InfluxDB does not support clustering.
For high availability or horizontal scaling of InfluxDB, please investigate our
commercial clustered offering,
[InfluxEnterprise](https://portal.influxdata.com/).
{{< children hlevel="h2" >}}

View File

@ -9,14 +9,4 @@ menu:
The introductory documentation includes all the information you need to get up and running with InfluxDB.
## [Downloading](https://influxdata.com/downloads/#influxdb)
Provides the location to download the latest stable and nightly builds of InfluxDB.
## [Installing InfluxDB](/influxdb/v1.3/introduction/installation/)
Provides instructions for installing InfluxDB on Ubuntu, Debian, Red Hat, CentOS, and macOS.
## [Getting started with InfluxDB](/influxdb/v1.3/introduction/getting_started/)
A introductory guide to reading and writing time series data using InfluxDB.
{{< children hlevel="h2" >}}

View File

@ -16,9 +16,10 @@ Feel free to download the dataset provided in
[Sample Data](/influxdb/v1.3/query_language/data_download/) and follow along
with the documentation.
#### [Data Exploration](/influxdb/v1.3/query_language/data_exploration/)
#### Data exploration
Covers the query language basics for InfluxQL, including the
[Data Exploration](/influxdb/v1.3/query_language/data_exploration/) covers the
query language basics for InfluxQL, including the
[`SELECT` statement](/influxdb/v1.3/query_language/data_exploration/#the-basic-select-statement),
[`GROUP BY` clauses](/influxdb/v1.3/query_language/data_exploration/#the-group-by-clause),
[`INTO` clauses](/influxdb/v1.3/query_language/data_exploration/#the-into-clause), and more.
@ -27,29 +28,30 @@ See Data Exploration to learn about
[regular expressions](/influxdb/v1.3/query_language/data_exploration/#regular-expressions) in
queries.
#### [Schema Exploration](/influxdb/v1.3/query_language/schema_exploration/)
#### Schema exploration
Covers queries that are useful for viewing and exploring your
[Schema Exploration](/influxdb/v1.3/query_language/schema_exploration/) covers
queries that are useful for viewing and exploring your
[schema](/influxdb/v1.3/concepts/glossary/#schema).
See Schema Exploration for syntax explanations and examples of InfluxQL's `SHOW`
queries.
#### [Database Management](/influxdb/v1.3/query_language/database_management/)
#### Database management
Covers InfluxQL for managing
[Database Management](/influxdb/v1.3/query_language/database_management/) covers InfluxQL for managing
[databases](/influxdb/v1.3/concepts/glossary/#database) and
[retention policies](/influxdb/v1.3/concepts/glossary/#retention-policy-rp) in
InfluxDB.
See Database Management for creating and dropping databases and retention
policies as well as deleting and dropping data.
#### [Functions](/influxdb/v1.3/query_language/functions/)
#### Functions
Covers all [InfluxQL functions](/influxdb/v1.3/query_language/functions/).
[Functions](/influxdb/v1.3/query_language/functions/) covers all [InfluxQL functions](/influxdb/v1.3/query_language/functions/).
#### [Continuous Queries](/influxdb/v1.3/query_language/continuous_queries/)
#### Continuous queries
Covers the
[Continuous Queries](/influxdb/v1.3/query_language/continuous_queries/) covers the
[basic syntax](/influxdb/v1.3/query_language/continuous_queries/#basic-syntax)
,
[advanced syntax](/influxdb/v1.3/query_language/continuous_queries/#advanced-syntax)
@ -63,13 +65,13 @@ This page also describes how to
[`DROP`](/influxdb/v1.3/query_language/continuous_queries/#delete-cqs)
Continuous Queries.
#### [Mathematical Operators](/influxdb/v1.3/query_language/math_operators/)
#### Mathematical operators
Covers the use of mathematical operators in InfluxQL.
[Mathematical Operators](/influxdb/v1.3/query_language/math_operators/) covers the use of mathematical operators in InfluxQL.
#### [Authentication and Authorization](/influxdb/v1.3/query_language/authentication_and_authorization/)
#### Authentication and Authorization
Covers how to
[Authentication and Authorization](/influxdb/v1.3/query_language/authentication_and_authorization/) covers how to
[set up authentication](/influxdb/v1.3/query_language/authentication_and_authorization/#set-up-authentication)
and how to
[authenticate requests](/influxdb/v1.3/query_language/authentication_and_authorization/#authenticate-requests) in InfluxDB.
@ -77,6 +79,6 @@ This page also describes the different
[user types](/influxdb/v1.3/query_language/authentication_and_authorization/#user-types-and-privileges) and the InfluxQL for
[managing database users](/influxdb/v1.3/query_language/authentication_and_authorization/#user-management-commands).
## [InfluxQL Reference](/influxdb/v1.3/query_language/spec/)
## InfluxQL Reference
The reference documentation for InfluxQL.
The [reference documentation for InfluxQL](/influxdb/v1.3/query_language/spec/).

View File

@ -11,7 +11,7 @@ menu:
This section covers the available tools for interacting with InfluxDB.
## [CLI/Shell](/influxdb/v1.3/tools/shell/)
## CLI/Shell
InfluxDB's Command Line Interface (`influx`) is an interactive shell for the
HTTP API that comes with every InfluxDB package.
@ -25,7 +25,7 @@ Go straight to the documentation on:
* [Launching `influx`](/influxdb/v1.3/tools/shell/#launch-influx)
* [Writing data with `influx`](/influxdb/v1.3/tools/shell/#write-data-to-influxdb-with-insert)
## [API Reference](/influxdb/v1.3/tools/api/)
## API Reference
Reference documentation for InfluxDB's HTTP API.
@ -38,28 +38,31 @@ For friendlier documentation, see the guides on
[writing data](/influxdb/v1.3/guides/writing_data/) and
[querying data](/influxdb/v1.3/guides/querying_data/) with the HTTP API.
## [API Client Libraries](/influxdb/v1.3/tools/api_client_libraries/)
## API Client Libraries
The list of client libraries for interacting with InfluxDB.
The list of [client libraries](/influxdb/v1.3/tools/api_client_libraries/) for interacting with InfluxDB.
## [Web Admin Interface](/influxdb/v1.3/tools/web_admin/)
## Web Admin Interface
In version 1.3, the web admin interface is no longer available in InfluxDB.
The interface does not run on port `8083` and InfluxDB ignores the `[admin]` section in the configuration file if that section is present.
[Chronograf](/chronograf/v1.3/) replaces the web admin interface with improved tooling for querying data, writing data, and database management.
See [Chronograf's transition guide](/chronograf/v1.3/guides/transition-web-admin-interface/) for more information.
## [Influx Inspect](/influxdb/v1.3/tools/influx_inspect/)
## Influx Inspect
Influx Inspect is a tool designed to view detailed information about on disk shards, as well as export data from a shard to line protocol that can be inserted back into the database.
[Influx Inspect](/influxdb/v1.3/tools/influx_inspect/) is a tool designed to view detailed information about on disk shards, as well as export data from a shard to line protocol that can be inserted back into the database.
## [Grafana Graphs and Dashboards](https://grafana.com/docs/grafana/latest/features/datasources/influxdb/)
## Grafana Graphs and Dashboards
Grafana is a convenient dashboard tool for visualizing time series data.
[Grafana](https://grafana.com/docs/grafana/latest/features/datasources/influxdb/)
is a convenient dashboard tool for visualizing time series data.
It was originally built for Graphite, modeled after Kibana, and since been updated to support InfluxDB.
{{% warn %}} Because of the [changes](/influxdb/v0.11/concepts/010_vs_011/#breaking-api-changes) to the `SHOW SERIES` and `SHOW TAG VALUES` formats in InfluxDB 0.11, InfluxDB 1.3 will not work with the Query Editor in Grafana 2.6.
This issue does not affect existing queries and dashboards or users working with Grafana 3.0. {{% /warn %}}
{{% warn %}}
Because of the [changes](/influxdb/v0.11/concepts/010_vs_011/#breaking-api-changes) to the `SHOW SERIES` and `SHOW TAG VALUES` formats in InfluxDB 0.11, InfluxDB 1.3 will not work with the Query Editor in Grafana 2.6.
This issue does not affect existing queries and dashboards or users working with Grafana 3.0.
{{% /warn %}}
## Service Plugins

View File

@ -6,16 +6,4 @@ menu:
weight: 110
---
## [Frequently Asked Questions](/influxdb/v1.3/troubleshooting/frequently-asked-questions/)
This page addresses frequent sources of confusion and places where InfluxDB behaves in an unexpected way relative to other database systems.
Where applicable, it links to outstanding issues on GitHub.
## [System Monitoring](/influxdb/v1.3/troubleshooting/statistics/)
System Monitoring means all statistical and diagnostic information made available to the user of the InfluxDB system, about the system itself.
Its purpose is to assist with troubleshooting and performance analysis of the database itself.
## [Query management](/influxdb/v1.3/troubleshooting/query_management/)
With InfluxDBs query management features, users are able to identify currently-running queries and have the ability to kill queries that are overloading their system. Additionally, users can prevent and halt the execution of inefficient queries with several configuration settings.
{{< children hlevel="h2" >}}

View File

@ -9,10 +9,4 @@ menu:
InfluxDB's Line Protocol is a text based format for writing points to InfluxDB.
## [Line Protocol](/influxdb/v1.3/write_protocols/line_protocol_tutorial/)
Tutorial-style documentation for the Line Protocol.
## [Write Syntax](/influxdb/v1.3/write_protocols/line_protocol_reference/)
Reference documentation for the Line Protocol.
{{< children hlevel="h2" >}}

View File

@ -6,15 +6,14 @@ menu:
weight: 10
---
## [Release Notes/Changelog](/influxdb/v1.4/about_the_project/releasenotes-changelog/)
{{< children hlevel="h2" >}}
## [Contributing](https://github.com/influxdata/influxdb/blob/master/CONTRIBUTING.md)
## Contributions and licenses
- [Contribute to InfluxDB](https://github.com/influxdata/influxdb/blob/master/CONTRIBUTING.md)
- [Contributor License Agreement (CLA)](https://influxdata.com/community/cla/)
- [InfluxDB licenses](https://github.com/influxdata/influxdb/blob/master/LICENSE)
## [CLA](https://influxdata.com/community/cla/)
## [Licenses](https://github.com/influxdata/influxdb/blob/master/LICENSE)
## <a name="third_party">Third Party Software</a>
### Third Party Software
InfluxData products contain third party software, which means the copyrighted, patented, or otherwise legally protected
software of third parties that is incorporated in InfluxData products.

View File

@ -8,26 +8,4 @@ menu:
The administration documentation contains all the information needed to administer a working InfluxDB installation.
## [Logs](/influxdb/v1.4/administration/logs/)
Information on how to direct InfluxDB log output.
## [Ports](/influxdb/v1.4/administration/ports/)
## [Backup and restore](/influxdb/v1.4/administration/backup_and_restore/)
Procedures to backup data created by InfluxDB and to restore from a backup.
## [Differences between InfluxDB 1.4 and 1.3](/influxdb/v1.4/administration/differences/)
## [Differences between InfluxDB 1.4 and versions prior to 1.3](/influxdb/v1.4/administration/previous_differences/)
## [Upgrading](/influxdb/v1.4/administration/upgrading/)
Information about upgrading from previous versions of InfluxDB
## [Configuration](/influxdb/v1.4/administration/config/)
Information about the config file `influx.conf`
## [Stability and compatibility](/influxdb/v1.4/administration/stability_and_compatibility/)
{{< children hlevel="h2" >}}

View File

@ -8,24 +8,4 @@ menu:
Understanding the following concepts will help you get the most out of InfluxDB.
## [Key concepts](/influxdb/v1.4/concepts/key_concepts/)
A brief explanation of InfluxDB's core architecture useful for new beginners.
## [Glossary of terms](/influxdb/v1.4/concepts/glossary/)
A list of InfluxDB terms and their definitions.
## [Comparison to SQL](/influxdb/v1.4/concepts/crosswalk/)
## [Design insights and tradeoffs](/influxdb/v1.4/concepts/insights_tradeoffs/)
A brief treatment of some of the performance tradeoffs made during the design phase of InfluxDB
## [Schema and data layout](/influxdb/v1.4/concepts/schema_and_data_layout/)
A useful overview of the InfluxDB time series data structure and how it affects performance.
## [Storage engine](/influxdb/v1.4/concepts/storage_engine/)
A overview of how InfluxDB to stores data on disk.
{{< children hlevel="h2" >}}

View File

@ -5,31 +5,33 @@ menu:
weight: 200
---
But wait, there's more!
Check out these resources to learn more about InfluxDB.
View these external resources to learn more about InfluxDB.
## [InfluxData Blog](https://www.influxdata.com/blog/)
## InfluxData Blog
Check out the InfluxData Blog for announcements, updates, and
Check out the [InfluxData Blog](https://www.influxdata.com/blog/) for announcements, updates, and
weekly [tech tips](https://www.influxdata.com/category/tech-tips/).
## [Technical Papers](https://www.influxdata.com/_resources/techpapers-new/)
## Technical Papers
InfluxData's Technical Papers series offer in-depth analysis on performance, time series,
InfluxData's [Technical Papers](https://www.influxdata.com/_resources/techpapers-new/)
series offer in-depth analysis on performance, time series,
and benchmarking InfluxDB vs. other popular databases.
## [Meetup Videos](https://www.influxdata.com/_resources/videosnew//)
## Meetup Videos
Check out our growing Meetup videos collection for introductory content, how-tos, and more.
Check out our growing [Meetup videos](https://www.influxdata.com/_resources/videosnew//)
collection for introductory content, how-tos, and more.
## [Virtual Training Videos](https://www.influxdata.com/_resources/videosnew/)
## Virtual Training Videos
Watch the videos from our weekly training webinar.
Watch the [virtual training videos](https://www.influxdata.com/_resources/videosnew/) from our weekly training webinar.
## [Virtual Training Schedule](https://www.influxdata.com/virtual-training-courses/)
## Virtual Training Schedule
Check out our virtual training schedule to register for future webinars.
Check out our [virtual training schedule](https://www.influxdata.com/virtual-training-courses/)
to register for future webinars.
## [Events](https://www.influxdata.com/events/)
## Events
Find out what's happening at InfluxDB and sign up for upcoming events.
Find out what's happening at InfluxDB and sign up for upcoming [events](https://www.influxdata.com/events/).

View File

@ -6,10 +6,4 @@ menu:
weight: 40
---
## [Writing data with the HTTP API](/influxdb/v1.4/guides/writing_data/)
## [Querying data with the HTTP API](/influxdb/v1.4/guides/querying_data/)
## [Downsampling and data retention](/influxdb/v1.4/guides/downsampling_and_retention/)
## [Hardware sizing guidelines](/influxdb/v1.4/guides/hardware_sizing/)
{{< children hlevel="h2" >}}

View File

@ -7,8 +7,4 @@ menu:
---
## [Clustering](/influxdb/v1.4/high_availability/clusters/)
InfluxDB OSS does not support clustering.
For high availability or horizontal scaling of InfluxDB, consider the InfluxData commercial clustered offering,
[InfluxEnterprise](https://portal.influxdata.com/).
{{< children hlevel="h2" >}}

View File

@ -9,14 +9,4 @@ menu:
The introductory documentation includes all the information you need to get up and running with InfluxDB.
## [Downloading InfluxDB](https://influxdata.com/downloads/#influxdb)
Provides the location to download the latest stable and nightly builds of InfluxDB.
## [Installing InfluxDB](/influxdb/v1.4/introduction/installation/)
Provides instructions for installing InfluxDB on Ubuntu, Debian, Red Hat, CentOS, and macOS.
## [Getting started with InfluxDB](/influxdb/v1.4/introduction/getting_started/)
A introductory guide to reading and writing time series data using InfluxDB.
{{< children hlevel="h2" >}}

View File

@ -16,9 +16,10 @@ Feel free to download the dataset provided in
[Sample Data](/influxdb/v1.4/query_language/data_download/) and follow along
with the documentation.
#### [Data exploration](/influxdb/v1.4/query_language/data_exploration/)
#### Data exploration
Covers the query language basics for InfluxQL, including the
[Data exploration](/influxdb/v1.4/query_language/data_exploration/) covers the
query language basics for InfluxQL, including the
[`SELECT` statement](/influxdb/v1.4/query_language/data_exploration/#the-basic-select-statement),
[`GROUP BY` clauses](/influxdb/v1.4/query_language/data_exploration/#the-group-by-clause),
[`INTO` clauses](/influxdb/v1.4/query_language/data_exploration/#the-into-clause), and more.
@ -27,29 +28,29 @@ See Data Exploration to learn about
[regular expressions](/influxdb/v1.4/query_language/data_exploration/#regular-expressions) in
queries.
#### [Schema exploration](/influxdb/v1.4/query_language/schema_exploration/)
#### Schema exploration
Covers queries that are useful for viewing and exploring your
[Schema exploration](/influxdb/v1.4/query_language/schema_exploration/) covers queries that are useful for viewing and exploring your
[schema](/influxdb/v1.4/concepts/glossary/#schema).
See Schema Exploration for syntax explanations and examples of InfluxQL's `SHOW`
queries.
#### [Database management](/influxdb/v1.4/query_language/database_management/)
#### Database management
Covers InfluxQL for managing
[Database management](/influxdb/v1.4/query_language/database_management/) covers InfluxQL for managing
[databases](/influxdb/v1.4/concepts/glossary/#database) and
[retention policies](/influxdb/v1.4/concepts/glossary/#retention-policy-rp) in
InfluxDB.
See Database Management for creating and dropping databases and retention
policies as well as deleting and dropping data.
#### [InfluxQL functions](/influxdb/v1.4/query_language/functions/)
#### InfluxQL functions
Covers all InfluxQL functions.
[InfluxQL functions](/influxdb/v1.4/query_language/functions/) covers all InfluxQL functions.
#### [Continuous Queries](/influxdb/v1.4/query_language/continuous_queries/)
#### Continuous queries
Covers the
[Continuous Queries](/influxdb/v1.4/query_language/continuous_queries/) covers the
[basic syntax](/influxdb/v1.4/query_language/continuous_queries/#basic-syntax)
,
[advanced syntax](/influxdb/v1.4/query_language/continuous_queries/#advanced-syntax)
@ -63,13 +64,13 @@ This page also describes how to
[`DROP`](/influxdb/v1.4/query_language/continuous_queries/#delete-cqs)
Continuous Queries.
#### [Mathematical operators](/influxdb/v1.4/query_language/math_operators/)
#### Mathematical operators
Covers the use of mathematical operators in InfluxQL.
[Mathematical operators](/influxdb/v1.4/query_language/math_operators/) covers the use of mathematical operators in InfluxQL.
#### [Authentication and authorization](/influxdb/v1.4/query_language/authentication_and_authorization/)
#### Authentication and authorization
Covers how to
[Authentication and authorization](/influxdb/v1.4/query_language/authentication_and_authorization/) covers how to
[set up authentication](/influxdb/v1.4/query_language/authentication_and_authorization/#set-up-authentication)
and how to
[authenticate requests](/influxdb/v1.4/query_language/authentication_and_authorization/#authenticate-requests) in InfluxDB.
@ -77,6 +78,6 @@ This page also describes the different
[user types](/influxdb/v1.4/query_language/authentication_and_authorization/#user-types-and-privileges) and the InfluxQL for
[managing database users](/influxdb/v1.4/query_language/authentication_and_authorization/#user-management-commands).
## [InfluxQL reference](/influxdb/v1.4/query_language/spec/)
## InfluxQL reference
The reference documentation for InfluxQL.
The [reference documentation for InfluxQL](/influxdb/v1.4/query_language/spec/).

View File

@ -9,18 +9,4 @@ menu:
InfluxData supports the following protocols for interacting with InfluxDB:
### [CollectD](https://github.com/influxdata/influxdb/blob/master/services/collectd/README.md)
Using the collectd input, InfluxDB can accept data transmitted in collectd native format. This data is transmitted over UDP.
### [Graphite](https://github.com/influxdata/influxdb/blob/master/services/graphite/README.md)
The Graphite plugin allows measurements to be saved using the Graphite line protocol. By default, enabling the Graphite plugin will allow you to collect metrics and store them using the metric name as the measurement.
### [OpenTSDB](https://github.com/influxdb/influxdb/blob/1.4/services/opentsdb/README.md)
InfluxDB supports both the telnet and HTTP OpenTSDB protocol.
This means that InfluxDB can act as a drop-in replacement for your OpenTSDB system.
### [Prometheus](/influxdb/v1.4/supported_protocols/prometheus)
InfluxDB provides native support for the Prometheus read and write API to convert remote reads and writes to InfluxDB queries and endpoints.
### [UDP](https://github.com/influxdata/influxdb/blob/master/services/udp/README.md)
UDP (User Datagram Protocol) can be used to write to InfluxDB. The CollectD input accepts data transmitted in collectd native format over UDP.
{{< children >}}

View File

@ -11,7 +11,7 @@ menu:
This section covers the available tools for interacting with InfluxDB.
## [CLI/Shell](/influxdb/v1.4/tools/shell/)
## CLI/Shell
InfluxDB's Command Line Interface (`influx`) is an interactive shell for the
HTTP API that comes with every InfluxDB package.
@ -25,9 +25,9 @@ Go straight to the documentation on:
* [Launching `influx`](/influxdb/v1.4/tools/shell/#launch-influx)
* [Writing data with `influx`](/influxdb/v1.4/tools/shell/#write-data-to-influxdb-with-insert)
## [API Reference](/influxdb/v1.4/tools/api/)
## API Reference
Reference documentation for InfluxDB's HTTP API.
Reference documentation for [InfluxDB's HTTP API](/influxdb/v1.4/tools/api/).
Go straight to the reference documentation on:
@ -38,17 +38,20 @@ For friendlier documentation, see the guides on
[writing data](/influxdb/v1.4/guides/writing_data/) and
[querying data](/influxdb/v1.4/guides/querying_data/) with the HTTP API.
## [API client libraries](/influxdb/v1.4/tools/api_client_libraries/)
## API client libraries
The list of client libraries for interacting with InfluxDB.
The list of [client libraries]((/influxdb/v1.4/tools/api_client_libraries/)) for interacting with InfluxDB.
## [Influx Inspect](/influxdb/v1.4/tools/influx_inspect/)
## Influx Inspect
Influx Inspect is a tool designed to view detailed information about on disk shards, as well as export data from a shard to line protocol that can be inserted back into the database.
[Influx Inspect](/influxdb/v1.4/tools/influx_inspect/) is a tool designed to view
detailed information about on disk shards, as well as export data from a shard to
line protocol that can be inserted back into the database.
## [Grafana graphs and dashboards](https://grafana.com/docs/grafana/latest/features/datasources/influxdb/)
## Grafana graphs and dashboards
Grafana is a convenient dashboard tool for visualizing time series data.
[Grafana](https://grafana.com/docs/grafana/latest/features/datasources/influxdb/)
is a convenient dashboard tool for visualizing time series data.
It was originally built for Graphite, modeled after Kibana, and since been updated to support InfluxDB.
{{% warn %}} Because of the [changes](/influxdb/v0.11/concepts/010_vs_011/#breaking-api-changes) to the `SHOW SERIES` and `SHOW TAG VALUES` formats in InfluxDB 0.11, InfluxDB 1.3+ will not work with the Query Editor in Grafana 2.6.

View File

@ -6,16 +6,4 @@ menu:
weight: 110
---
## [Frequently asked questions](/influxdb/v1.4/troubleshooting/frequently-asked-questions/)
This page addresses frequent sources of confusion and places where InfluxDB behaves in an unexpected way relative to other database systems.
Where applicable, it links to outstanding issues on GitHub.
## [System monitoring](/influxdb/v1.4/troubleshooting/statistics/)
System Monitoring means all statistical and diagnostic information made available to the user of the InfluxDB system, about the system itself.
Its purpose is to assist with troubleshooting and performance analysis of the database itself.
## [Query management](/influxdb/v1.4/troubleshooting/query_management/)
With InfluxDBs query management features, users are able to identify currently-running queries and have the ability to kill queries that are overloading their system. Additionally, users can prevent and halt the execution of inefficient queries with several configuration settings.
{{< children hlevel="h2" >}}

View File

@ -9,10 +9,4 @@ menu:
InfluxDB's Line Protocol is a text based format for writing points to InfluxDB.
## [Line Protocol](/influxdb/v1.4/write_protocols/line_protocol_tutorial/)
Tutorial-style documentation for the Line Protocol.
## [Write Syntax](/influxdb/v1.4/write_protocols/line_protocol_reference/)
Reference documentation for the Line Protocol.
{{< children hlevel="h2" >}}

View File

@ -6,27 +6,9 @@ menu:
weight: 10
---
## [InfluxDB OSS release notes](/influxdb/v1.5/about_the_project/releasenotes-changelog/)
{{< children hlevel="h2" >}}
The [InfluxDB OSS release notes](/influxdb/v1.5/about_the_project/releasenotes-changelog/) includes details about features, bug fixes, and breaking changes for the current and earlier InfluxDB OSS releases.
## [What's new in InfluxDB OSS 1.5](/influxdb/v1.5/about_the_project/whats_new/)
[What's new in InfluxDB OSS 1.5](/influxdb/v1.5/about_the_project/whats_new/) covers highlights of important new functionality and changes in InfluxDB OSS.
## [Contributing to InfluxDB OSS](https://github.com/influxdata/influxdb/blob/master/CONTRIBUTING.md)
Information on [contributing to InfluxDB OSS](https://github.com/influxdata/influxdb/blob/master/CONTRIBUTING.md) is available in the InfluxDB OSS GitHub project.
## [InfluxData Contributor License Agreement (CLA)](https://influxdata.com/community/cla/)
In order to begin contributing to InfluxDB OSS project, you need to complete and sign the [InfluxData Contributor License Agreement (CLA)](https://influxdata.com/community/cla/).
## [Open source license](https://github.com/influxdata/influxdb/blob/master/LICENSE)
See the [open source license](https://github.com/influxdata/influxdb/blob/master/LICENSE) for conditions and restrictions for the use of the InfluxDB source code.
## <a name="third_party">Third party software</a>
## Third party software
InfluxData products contain third party software, which means the copyrighted, patented, or otherwise legally protected
software of third parties that is incorporated in InfluxData products.

View File

@ -7,30 +7,33 @@ menu:
weight: 120
---
Check out the following InfluxData resources to learn more about InfluxDB OSS and other InfluxData products.
View these external resources to learn more about InfluxDB.
## [InfluxData blog](https://www.influxdata.com/blog/)
## InfluxData Blog
Check out the [InfluxData blog](https://www.influxdata.com/blog/) for announcements, updates, and
Check out the [InfluxData Blog](https://www.influxdata.com/blog/) for announcements, updates, and
weekly [tech tips](https://www.influxdata.com/category/tech-tips/).
## [Technical papers](https://www.influxdata.com/_resources/techpapers-new/)
## Technical Papers
[InfluxData technical papers](https://www.influxdata.com/_resources/techpapers-new/) series offer in-depth analysis on performance, time series,
and benchmarking of InfluxDB compared to other popular databases.
InfluxData's [Technical Papers](https://www.influxdata.com/_resources/techpapers-new/)
series offer in-depth analysis on performance, time series,
and benchmarking InfluxDB vs. other popular databases.
## [Meetup videos](https://www.influxdata.com/_resources/videosnew//)
## Meetup Videos
Check out our growing collection of [meetup videos](https://www.influxdata.com/_resources/videosnew//) for introductory content, how-tos, and more.
Check out our growing [Meetup videos](https://www.influxdata.com/_resources/videosnew//)
collection for introductory content, how-tos, and more.
## [Virtual training videos](https://www.influxdata.com/_resources/videosnew/)
## Virtual Training Videos
Watch [virtual training videos](https://www.influxdata.com/_resources/videosnew/) from our weekly training webinar.
Watch the [virtual training videos](https://www.influxdata.com/_resources/videosnew/) from our weekly training webinar.
## [Virtual training schedule](https://www.influxdata.com/virtual-training-courses/)
## Virtual Training Schedule
Check out our [virtual training schedule](https://www.influxdata.com/virtual-training-courses/) to register for future webinars.
Check out our [virtual training schedule](https://www.influxdata.com/virtual-training-courses/)
to register for future webinars.
## [InfluxData events](https://www.influxdata.com/events/)
## Events
Learn about and sign up for upcoming [InfluxData events](https://www.influxdata.com/events/).
Find out what's happening at InfluxDB and sign up for upcoming [events](https://www.influxdata.com/events/).

View File

@ -5,35 +5,7 @@ menu:
name: Administration
weight: 50
---
The administration documentation contains all the information needed to administer a working InfluxDB installation.
## [Configuring InfluxDB](/influxdb/v1.5/administration/config/)
Information about the config file `influx.conf`
## [Upgrading](/influxdb/v1.5/administration/upgrading/)
Information about upgrading from previous versions of InfluxDB
## [Enabling HTTPS](/influxdb/v1.5/administration/https_setup/)
Enabling HTTPS to secure the communication between clients and the InfluxDB
server, and verifying the authenticity of the InfluxDB server to clients.
## [Logging in InfluxDB](/influxdb/v1.5/administration/logs/)
Information on how to direct InfluxDB log output.
## [Ports](/influxdb/v1.5/administration/ports/)
## [Backing up and restoring](/influxdb/v1.5/administration/backup_and_restore/)
Procedures to backup data created by InfluxDB and to restore from a backup.
## [Managing security](/influxdb/v1.5/administration/security/)
Overview of security options and configurations.
## [Stability and compatibility](/influxdb/v1.5/administration/stability_and_compatibility/)
Management of breaking changes, upgrades, and ongoing support.
{{< children hlevel="h2" >}}

View File

@ -196,7 +196,7 @@ The log identifier key (`log_id`) lets you easily identify _every_ log entry for
Here are a couple of popular tools available for processing and filtering log files output in `logfmt` or `json` formats.
#### [hutils](https://blog.heroku.com/hutils-explore-your-structured-data-logs)
#### hutils
The [hutils](https://blog.heroku.com/hutils-explore-your-structured-data-logs), provided by Heroku, is a collection of command line utilities for working with logs with `logfmt` encoding, including:
@ -205,7 +205,7 @@ The [hutils](https://blog.heroku.com/hutils-explore-your-structured-data-logs),
* `ltap`: Accesses messages from log providers in a consistent way to allow easy parsing by other utilities that operate on `logfmt` traces.
* `lviz`: Visualizes `logfmt` output by building a tree out of a dataset combining common sets of key-value pairs into shared parent nodes.
#### [lnav (Log File Navigator)](http://lnav.org)
#### lnav (Log File Navigator)
The [lnav (Log File Navigator)](http://lnav.org) is an advanced log file viewer useful for watching and analyzing your log files from a terminal. The lnav viewer provides a single log view, automatic log format detection, filtering, timeline view, pretty-print view, and querying logs using SQL.

View File

@ -9,32 +9,4 @@ menu:
Understanding the following concepts will help you get the most out of InfluxDB.
## [Key concepts](/influxdb/v1.5/concepts/key_concepts/)
A brief explanation of InfluxDB's core architecture useful for new beginners.
## [Glossary of terms](/influxdb/v1.5/concepts/glossary/)
A list of InfluxDB terms and their definitions.
## [Comparison to SQL](/influxdb/v1.5/concepts/crosswalk/)
## [Design insights and tradeoffs](/influxdb/v1.5/concepts/insights_tradeoffs/)
A brief treatment of some of the performance tradeoffs made during the design phase of InfluxDB
## [Schema and data layout](/influxdb/v1.5/concepts/schema_and_data_layout/)
A useful overview of the InfluxDB time series data structure and how it affects performance.
## [TSM storage engine](/influxdb/v1.5/concepts/storage_engine/)
An overview of how InfluxDB to stores data on disk and uses TSM for in-memory indexing.
## [TSI (Time Series Index) overview](/influxdb/v1.5/concepts/time-series-index/)
An overview of how InfluxDB uses TSI (Time Series Index) for disk-based indexing.
## [TSI (Time Series Index) details](/influxdb/v1.5/concepts/tsi-details/)
A detail look at understanding how TSI works, the file structure, and tooling.
{{< children hlevel="h2" >}}

View File

@ -7,8 +7,4 @@ menu:
---
## [Writing data with the HTTP API](/influxdb/v1.5/guides/writing_data/)
## [Querying data with the HTTP API](/influxdb/v1.5/guides/querying_data/)
## [Downsampling and data retention](/influxdb/v1.5/guides/downsampling_and_retention/)
{{< children hlevel="h2" >}}

View File

@ -7,9 +7,4 @@ menu:
weight: 100
---
## [Clustering with InfluxDB Enterprise](/influxdb/v1.5/high_availability/clusters/)
InfluxDB OSS does not support clustering.
For high availability or horizontal scaling of InfluxDB, consider the InfluxData
commercial clustered offering,
[InfluxEnterprise](https://portal.influxdata.com/).
{{< children hlevel="h2" >}}

View File

@ -8,14 +8,4 @@ menu:
The introductory documentation includes all the information you need to get up and running with InfluxDB.
## [Downloading InfluxDB OSS](https://influxdata.com/downloads/#influxdb)
See the [InfluxData downloads page](https://influxdata.com/downloads/#influxdb) to download the latest stable and nightly builds of InfluxDB.
## [Installing InfluxDB OSS](/influxdb/v1.5/introduction/installation/)
[Installing InfluxDB OSS](/influxdb/v1.5/introduction/installation/) provides instructions for installing InfluxDB on Ubuntu, Debian, Red Hat, CentOS, and macOS.
## [Getting started with InfluxDB OSS](/influxdb/v1.5/introduction/getting-started/)
See [Getting started with InfluxDB OSS](/influxdb/v1.5/introduction/getting-started/) to begin reading and writing time series data using InfluxDB OSS.
{{< children hlevel="h2" >}}

View File

@ -16,9 +16,10 @@ Feel free to download the dataset provided in
[Sample Data](/influxdb/v1.5/query_language/data_download/) and follow along
with the documentation.
#### [Data exploration](/influxdb/v1.5/query_language/data_exploration/)
#### Data exploration
Covers the query language basics for InfluxQL, including the
[Data exploration](/influxdb/v1.5/query_language/data_exploration/) covers the
query language basics for InfluxQL, including the
[`SELECT` statement](/influxdb/v1.5/query_language/data_exploration/#the-basic-select-statement),
[`GROUP BY` clauses](/influxdb/v1.5/query_language/data_exploration/#the-group-by-clause),
[`INTO` clauses](/influxdb/v1.5/query_language/data_exploration/#the-into-clause), and more.
@ -27,29 +28,30 @@ See Data Exploration to learn about
[regular expressions](/influxdb/v1.5/query_language/data_exploration/#regular-expressions) in
queries.
#### [Schema exploration](/influxdb/v1.5/query_language/schema_exploration/)
#### Schema exploration
Covers queries that are useful for viewing and exploring your
[Schema exploration](/influxdb/v1.5/query_language/schema_exploration/) covers
queries that are useful for viewing and exploring your
[schema](/influxdb/v1.5/concepts/glossary/#schema).
See Schema Exploration for syntax explanations and examples of InfluxQL's `SHOW`
queries.
#### [Database management](/influxdb/v1.5/query_language/database_management/)
#### Database management
Covers InfluxQL for managing
[Database management](/influxdb/v1.5/query_language/database_management/) covers InfluxQL for managing
[databases](/influxdb/v1.5/concepts/glossary/#database) and
[retention policies](/influxdb/v1.5/concepts/glossary/#retention-policy-rp) in
InfluxDB.
See Database Management for creating and dropping databases and retention
policies as well as deleting and dropping data.
#### [InfluxQL functions](/influxdb/v1.5/query_language/functions/)
#### InfluxQL functions
Covers all [InfluxQL functions](/influxdb/v1.5/query_language/functions/).
#### [InfluxQL Continuous Queries](/influxdb/v1.5/query_language/continuous_queries/)
#### InfluxQL Continuous Queries
Covers the
[InfluxQL Continuous Queries](/influxdb/v1.5/query_language/continuous_queries/) covers the
[basic syntax](/influxdb/v1.5/query_language/continuous_queries/#basic-syntax)
,
[advanced syntax](/influxdb/v1.5/query_language/continuous_queries/#advanced-syntax)
@ -63,13 +65,14 @@ This page also describes how to
[`DROP`](/influxdb/v1.5/query_language/continuous_queries/#deleting-continuous-queries)
Continuous Queries.
#### [InfluxQL mathematical operators](/influxdb/v1.5/query_language/math_operators/)
#### InfluxQL mathematical operators
Covers the use of mathematical operators in InfluxQL.
[InfluxQL mathematical operators](/influxdb/v1.5/query_language/math_operators/)
covers the use of mathematical operators in InfluxQL.
#### [Authentication and authorization](/influxdb/v1.5/query_language/authentication_and_authorization/)
#### Authentication and authorization
Covers how to
[Authentication and authorization](/influxdb/v1.5/query_language/authentication_and_authorization/) covers how to
[set up authentication](/influxdb/v1.5/query_language/authentication_and_authorization/#set-up-authentication)
and how to
[authenticate requests](/influxdb/v1.5/query_language/authentication_and_authorization/#authenticate-requests) in InfluxDB.
@ -77,6 +80,6 @@ This page also describes the different
[user types](/influxdb/v1.5/query_language/authentication_and_authorization/#user-types-and-privileges) and the InfluxQL for
[managing database users](/influxdb/v1.5/query_language/authentication_and_authorization/#user-management-commands).
## [InfluxQL reference](/influxdb/v1.5/query_language/spec/)
## InfluxQL reference
The reference documentation for InfluxQL.
The [reference documentation for InfluxQL](/influxdb/v1.5/query_language/spec/).

View File

@ -10,18 +10,4 @@ menu:
InfluxData supports the following protocols for interacting with InfluxDB:
### [CollectD](/influxdb/v1.5/supported_protocols/collectd)
Using the collectd input, InfluxDB can accept data transmitted in collectd native format. This data is transmitted over UDP.
### [Graphite](/influxdb/v1.5/supported_protocols/graphite)
The Graphite plugin allows measurements to be saved using the Graphite line protocol. By default, enabling the Graphite plugin will allow you to collect metrics and store them using the metric name as the measurement.
### [OpenTSDB](/influxdb/v1.5/supported_protocols/opentsdb)
InfluxDB supports both the telnet and HTTP OpenTSDB protocol.
This means that InfluxDB can act as a drop-in replacement for your OpenTSDB system.
### [Prometheus](/influxdb/v1.5/supported_protocols/prometheus)
InfluxDB provides native support for the Prometheus read and write API to convert remote reads and writes to InfluxDB queries and endpoints.
### [UDP](/influxdb/v1.5/supported_protocols/udp)
UDP (User Datagram Protocol) can be used to write to InfluxDB. The CollectD input accepts data transmitted in collectd native format over UDP.
{{< children >}}

View File

@ -12,7 +12,7 @@ menu:
This section covers the available tools for interacting with InfluxDB.
## [InfluxDB command line interface (CLI/Shell)](/influxdb/v1.5/tools/shell/)
## InfluxDB command line interface (CLI/Shell)
InfluxDB's command line interface (`influx`) is an interactive shell for the
HTTP API that comes with every InfluxDB package.
@ -26,9 +26,9 @@ Go straight to the documentation on:
* [Launching `influx`](/influxdb/v1.5/tools/shell/#using-influx)
* [Writing data with `influx`](/influxdb/v1.5/tools/shell/#write-data-to-influxdb-with-insert)
## [InfluxDB HTTP API Reference](/influxdb/v1.5/tools/api/)
## InfluxDB HTTP API Reference
Reference documentation for the InfluxDB HTTP API.
Reference documentation for the [InfluxDB HTTP API](/influxdb/v1.5/tools/api/).
Go straight to the reference documentation on:
@ -39,18 +39,21 @@ For friendlier documentation, see the guides on
[writing data](/influxdb/v1.5/guides/writing_data/) and
[querying data](/influxdb/v1.5/guides/querying_data/) with the HTTP API.
## [InfluxDB API client libraries](/influxdb/v1.5/tools/api_client_libraries/)
## InfluxDB API client libraries
The list of client libraries for interacting with the InfluxDB API.
The list of [client libraries](/influxdb/v1.5/tools/api_client_libraries/) for interacting with the InfluxDB API.
## [Influx Inspect disk shard utility](/influxdb/v1.5/tools/influx_inspect/)
## Influx Inspect disk shard utility
Influx Inspect is a tool designed to view detailed information about on disk shards, as well as export data from a shard to line protocol that can be inserted back into the database.
[Influx Inspect](/influxdb/v1.5/tools/influx_inspect/) is a tool designed to view detailed information about on disk shards, as well as export data from a shard to line protocol that can be inserted back into the database.
## [Grafana graphs and dashboards](https://grafana.com/docs/grafana/latest/features/datasources/influxdb/)
## Grafana graphs and dashboards
Grafana is a convenient dashboard tool for visualizing time series data.
[Grafana](https://grafana.com/docs/grafana/latest/features/datasources/influxdb/)
is a convenient dashboard tool for visualizing time series data.
It was originally built for Graphite, modeled after Kibana, and since been updated to support InfluxDB.
{{% warn %}} Because of the [changes](/influxdb/v0.11/concepts/010_vs_011/#breaking-api-changes) to the `SHOW SERIES` and `SHOW TAG VALUES` formats in InfluxDB 0.11, InfluxDB 1.3+ will not work with the Query Editor in Grafana 2.6.
This issue does not affect existing queries and dashboards or users working with Grafana 3.0. {{% /warn %}}
{{% warn %}}
Because of the [changes](/influxdb/v0.11/concepts/010_vs_011/#breaking-api-changes) to the `SHOW SERIES` and `SHOW TAG VALUES` formats in InfluxDB 0.11, InfluxDB 1.3+ will not work with the Query Editor in Grafana 2.6.
This issue does not affect existing queries and dashboards or users working with Grafana 3.0.
{{% /warn %}}

View File

@ -6,15 +6,4 @@ menu:
weight: 110
---
## [Frequently asked questions](/influxdb/v1.5/troubleshooting/frequently-asked-questions/)
This page addresses frequent sources of confusion and places where InfluxDB behaves in an unexpected way relative to other database systems.
Where applicable, it links to outstanding issues on GitHub.
## [Query management](/influxdb/v1.5/troubleshooting/query_management/)
With InfluxDBs query management features, users are able to identify currently-running queries and have the ability to kill queries that are overloading their system. Additionally, users can prevent and halt the execution of inefficient queries with several configuration settings.
## [Error messages](/influxdb/v1.5/troubleshooting/errors/)
This page includes information about some of the more common InfluxDB error messages, their descriptions, and, where applicable, common resolutions.
{{< children hlevel="h2" >}}

View File

@ -9,10 +9,4 @@ menu:
InfluxDB's Line Protocol is a text based format for writing points to InfluxDB.
## [Line Protocol tutorial](/influxdb/v1.5/write_protocols/line_protocol_tutorial/)
The [Line Protocol tutorial](/influxdb/v1.5/write_protocols/line_protocol_tutorial/) uses temperature data to introduce you to the Line Protocol and writing data to InfluxDB.
## [Line Protocol reference](/influxdb/v1.5/write_protocols/line_protocol_reference/)
The [Line Protocol reference](/influxdb/v1.5/write_protocols/line_protocol_reference/) covers the Line Protocol syntax, data types, and guidelines.
{{< children hlevel="h2" >}}

View File

@ -8,29 +8,9 @@ menu:
weight: 10
---
## [InfluxDB OSS release notes](/influxdb/v1.6/about_the_project/releasenotes-changelog/)
{{< children hlevel="h2" >}}
Details about features, bug fixes, and breaking changes in the current and earlier
InfluxDB OSS releases are available in
[InfluxDB OSS release notes](/influxdb/v1.6/about_the_project/releasenotes-changelog/).
## [Contributing to InfluxDB OSS](/influxdb/v1.6/about_the_project/contributing/)
To learn how you can contribute to the InfluxDB OSS project, see [Contributing to InfluxDB OSS](https://github.com/influxdata/influxdb/blob/master/CONTRIBUTING.md) in the GitHub repository.
## [InfluxData Contributor License Agreement (CLA)](https://influxdata.com/community/cla/)
Before you can contribute to the InfluxDB OSS project, you must complete and sign
the [InfluxData Contributor License Agreement (CLA)](https://influxdata.com/community/cla/),
available at the InfluxData website.
## [Open source license for InfluxDB](https://github.com/influxdata/influxdb/blob/master/LICENSE)
For conditions and restrictions for use of the InfluxDB source code, see
the [InfluxDB open source license](https://github.com/influxdata/influxdb/blob/master/LICENSE)
in the GitHub repository.
## <a name="third_party">Third Party Software</a>
## Third Party Software
InfluxData products contain third party software, which means the copyrighted,
patented, or otherwise legally protected software of third parties that is

View File

@ -7,30 +7,33 @@ menu:
weight: 120
---
Check out the following InfluxData resources to learn more about InfluxDB OSS and other InfluxData products.
View these additional resources to learn more about InfluxDB.
## [InfluxData blog](https://www.influxdata.com/blog/)
## InfluxData Blog
Check out the [InfluxData blog](https://www.influxdata.com/blog/) for announcements, updates, and
Check out the [InfluxData Blog](https://www.influxdata.com/blog/) for announcements, updates, and
weekly [tech tips](https://www.influxdata.com/category/tech-tips/).
## [Technical papers](https://www.influxdata.com/_resources/techpapers-new/)
## Technical Papers
[InfluxData technical papers](https://www.influxdata.com/_resources/techpapers-new/) series offer in-depth analysis on performance, time series,
and benchmarking of InfluxDB compared to other popular databases.
InfluxData's [Technical Papers](https://www.influxdata.com/_resources/techpapers-new/)
series offer in-depth analysis on performance, time series,
and benchmarking InfluxDB vs. other popular databases.
## [Meetup videos](https://www.influxdata.com/_resources/videosnew//)
## Meetup Videos
Check out our growing collection of [meetup videos](https://www.influxdata.com/_resources/videosnew//) for introductory content, how-tos, and more.
Check out our growing [Meetup videos](https://www.influxdata.com/_resources/videosnew//)
collection for introductory content, how-tos, and more.
## [Virtual training videos](https://www.influxdata.com/_resources/videosnew/)
## Virtual Training Videos
Watch [virtual training videos](https://www.influxdata.com/_resources/videosnew/) from our weekly training webinar.
Watch the [virtual training videos](https://www.influxdata.com/_resources/videosnew/) from our weekly training webinar.
## [Virtual training schedule](https://www.influxdata.com/virtual-training-courses/)
## Virtual Training Schedule
Check out our [virtual training schedule](https://www.influxdata.com/virtual-training-courses/) to register for future webinars.
Check out our [virtual training schedule](https://www.influxdata.com/virtual-training-courses/)
to register for future webinars.
## [InfluxData events](https://www.influxdata.com/events/)
## Events
Learn about and sign up for upcoming [InfluxData events](https://www.influxdata.com/events/).
Find out what's happening at InfluxDB and sign up for upcoming [events](https://www.influxdata.com/events/).

View File

@ -7,44 +7,4 @@ menu:
---
The administration documentation contains all the information needed to administer a working InfluxDB installation.
## [Configuring InfluxDB](/influxdb/v1.6/administration/config/)
Information about the config file `influx.conf`
#### [Authentication and authorization](/influxdb/v1.6/administration/authentication_and_authorization/)
Covers how to
[set up authentication](/influxdb/v1.6/administration/authentication_and_authorization/#set-up-authentication)
and how to
[authenticate requests](/influxdb/v1.6/administration/authentication_and_authorization/#authenticate-requests) in InfluxDB.
This page also describes the different
[user types](/influxdb/v1.6/administration/authentication_and_authorization/#user-types-and-privileges) and the InfluxQL for
[managing database users](/influxdb/v1.6/administration/authentication_and_authorization/#user-management-commands).
## [Upgrading](/influxdb/v1.6/administration/upgrading/)
Information about upgrading from previous versions of InfluxDB
## [Enabling HTTPS](/influxdb/v1.6/administration/https_setup/)
Enabling HTTPS to secure the communication between clients and the InfluxDB
server, and verifying the authenticity of the InfluxDB server to clients.
## [Logging in InfluxDB](/influxdb/v1.6/administration/logs/)
Information on how to direct InfluxDB log output.
## [Ports](/influxdb/v1.6/administration/ports/)
## [Backing up and restoring](/influxdb/v1.6/administration/backup_and_restore/)
Procedures to backup data created by InfluxDB and to restore from a backup.
## [Managing security](/influxdb/v1.6/administration/security/)
Overview of security options and configurations.
## [Stability and compatibility](/influxdb/v1.6/administration/stability_and_compatibility/)
Management of breaking changes, upgrades, and ongoing support.
{{< children hlevel="h2" >}}

View File

@ -196,7 +196,7 @@ The log identifier key (`log_id`) lets you easily identify _every_ log entry for
Here are a couple of popular tools available for processing and filtering log files output in `logfmt` or `json` formats.
#### [hutils](https://blog.heroku.com/hutils-explore-your-structured-data-logs)
#### hutils
The [hutils](https://blog.heroku.com/hutils-explore-your-structured-data-logs), provided by Heroku, is a collection of command line utilities for working with logs with `logfmt` encoding, including:
@ -205,7 +205,7 @@ The [hutils](https://blog.heroku.com/hutils-explore-your-structured-data-logs),
* `ltap`: Accesses messages from log providers in a consistent way to allow easy parsing by other utilities that operate on `logfmt` traces.
* `lviz`: Visualizes `logfmt` output by building a tree out of a dataset combining common sets of key-value pairs into shared parent nodes.
#### [lnav (Log File Navigator)](http://lnav.org)
#### lnav (Log File Navigator)
The [lnav (Log File Navigator)](http://lnav.org) is an advanced log file viewer useful for watching and analyzing your log files from a terminal. The lnav viewer provides a single log view, automatic log format detection, filtering, timeline view, pretty-print view, and querying logs using SQL.

View File

@ -9,32 +9,4 @@ menu:
Understanding the following concepts will help you get the most out of InfluxDB.
## [Key concepts](/influxdb/v1.6/concepts/key_concepts/)
A brief explanation of InfluxDB's core architecture useful for new beginners.
## [Glossary of terms](/influxdb/v1.6/concepts/glossary/)
A list of InfluxDB terms and their definitions.
## [Comparison to SQL](/influxdb/v1.6/concepts/crosswalk/)
## [Design insights and tradeoffs](/influxdb/v1.6/concepts/insights_tradeoffs/)
A brief treatment of some of the performance tradeoffs made during the design phase of InfluxDB
## [Schema and data layout](/influxdb/v1.6/concepts/schema_and_data_layout/)
A useful overview of the InfluxDB time series data structure and how it affects performance.
## [TSM storage engine](/influxdb/v1.6/concepts/storage_engine/)
An overview of how InfluxDB to stores data on disk and uses TSM for in-memory indexing.
## [TSI (Time Series Index) overview](/influxdb/v1.6/concepts/time-series-index/)
An overview of how InfluxDB uses TSI (Time Series Index) for disk-based indexing.
## [TSI (Time Series Index) details](/influxdb/v1.6/concepts/tsi-details/)
A detail look at understanding how TSI works, the file structure, and tooling.
{{< children hlevel="h2" >}}

View File

@ -1,32 +0,0 @@
---
title: External resources
---
But wait, there's more!
Check out these resources to learn more about InfluxDB.
## [InfluxData blog](https://www.influxdata.com/blog/)
Check out the InfluxData Blog for announcements, updates, and
weekly [tech tips](https://www.influxdata.com/category/tech-tips/).
## [Technical papers](https://www.influxdata.com/_resources/techpapers-new/)
InfluxData's Technical Papers series offer in-depth analysis on performance, time series,
and benchmarking InfluxDB vs. other popular databases.
## [Meetup videos](https://www.influxdata.com/_resources/videosnew//)
Check out our growing Meetup videos collection for introductory content, how-tos, and more.
## [Virtual training videos](https://www.influxdata.com/_resources/videosnew/)
Watch the videos from our weekly training webinar.
## [Virtual training schedule](https://www.influxdata.com/virtual-training-courses/)
Check out our virtual training schedule to register for future webinars.
## [InfluxData events](https://www.influxdata.com/events/)
Find out what's happening at InfluxData and sign up for upcoming events.

View File

@ -7,9 +7,4 @@ menu:
weight: 100
---
## [Clustering with InfluxDB Enterprise](/influxdb/v1.6/high_availability/clusters/)
InfluxDB OSS does not support clustering.
For high availability or horizontal scaling of InfluxDB, consider the InfluxData
commercial clustered offering,
[InfluxDB Enterprise](https://portal.influxdata.com/).
{{< children hlevel="h2" >}}

View File

@ -6,16 +6,4 @@ menu:
weight: 20
---
To get up and running with InfluxDB, complete the following tasks:
## [Download InfluxDB OSS](https://portal.influxdata.com/downloads)
Find the latest stable download and nightly builds of InfluxDB.
## [Install InfluxDB OSS](/influxdb/v1.6/introduction/installation/)
Learn how to install InfluxDB on Ubuntu, Debian, Red Hat, CentOS, and macOS.
## [Get started with InfluxDB OSS](/influxdb/v1.6/introduction/getting-started/)
Discover how to read and write time series data using InfluxDB.
{{< children hlevel="h2" >}}

View File

@ -16,9 +16,10 @@ Feel free to download the dataset provided in
[Sample Data](/influxdb/v1.6/query_language/data_download/) and follow along
with the documentation.
#### [Data exploration](/influxdb/v1.6/query_language/data_exploration/)
#### Data exploration
Covers the query language basics for InfluxQL, including the
[Data exploration](/influxdb/v1.6/query_language/data_exploration/) covers the
query language basics for InfluxQL, including the
[`SELECT` statement](/influxdb/v1.6/query_language/data_exploration/#the-basic-select-statement),
[`GROUP BY` clauses](/influxdb/v1.6/query_language/data_exploration/#the-group-by-clause),
[`INTO` clauses](/influxdb/v1.6/query_language/data_exploration/#the-into-clause), and more.
@ -27,29 +28,30 @@ See Data Exploration to learn about
[regular expressions](/influxdb/v1.6/query_language/data_exploration/#regular-expressions) in
queries.
#### [Schema exploration](/influxdb/v1.6/query_language/schema_exploration/)
#### Schema exploration
Covers queries that are useful for viewing and exploring your
[Schema exploration](/influxdb/v1.6/query_language/schema_exploration/) covers
queries that are useful for viewing and exploring your
[schema](/influxdb/v1.6/concepts/glossary/#schema).
See Schema Exploration for syntax explanations and examples of InfluxQL's `SHOW`
queries.
#### [Database management](/influxdb/v1.6/query_language/database_management/)
#### Database management
Covers InfluxQL for managing
[Database management](/influxdb/v1.6/query_language/database_management/) covers InfluxQL for managing
[databases](/influxdb/v1.6/concepts/glossary/#database) and
[retention policies](/influxdb/v1.6/concepts/glossary/#retention-policy-rp) in
InfluxDB.
See Database Management for creating and dropping databases and retention
policies as well as deleting and dropping data.
#### [InfluxQL functions](/influxdb/v1.6/query_language/functions/)
#### InfluxQL functions
Covers all [InfluxQL functions](/influxdb/v1.6/query_language/functions/).
#### [InfluxQL Continuous Queries](/influxdb/v1.6/query_language/continuous_queries/)
#### InfluxQL Continuous Queries
Covers the
[InfluxQL Continuous Queries](/influxdb/v1.6/query_language/continuous_queries/) covers the
[basic syntax](/influxdb/v1.6/query_language/continuous_queries/#basic-syntax)
,
[advanced syntax](/influxdb/v1.6/query_language/continuous_queries/#advanced-syntax)
@ -63,11 +65,21 @@ This page also describes how to
[`DROP`](/influxdb/v1.6/query_language/continuous_queries/#deleting-continuous-queries)
Continuous Queries.
#### [InfluxQL mathematical operators](/influxdb/v1.6/query_language/math_operators/)
#### InfluxQL mathematical operators
Covers the use of mathematical operators in InfluxQL.
[InfluxQL mathematical operators](/influxdb/v1.6/query_language/math_operators/)
covers the use of mathematical operators in InfluxQL.
#### Authentication and authorization
## [InfluxQL reference](/influxdb/v1.6/query_language/spec/)
[Authentication and authorization](/influxdb/v1.6/query_language/authentication_and_authorization/) covers how to
[set up authentication](/influxdb/v1.6/query_language/authentication_and_authorization/#set-up-authentication)
and how to
[authenticate requests](/influxdb/v1.6/query_language/authentication_and_authorization/#authenticate-requests) in InfluxDB.
This page also describes the different
[user types](/influxdb/v1.6/query_language/authentication_and_authorization/#user-types-and-privileges) and the InfluxQL for
[managing database users](/influxdb/v1.6/query_language/authentication_and_authorization/#user-management-commands).
The reference documentation for InfluxQL.
## InfluxQL reference
The [reference documentation for InfluxQL](/influxdb/v1.6/query_language/spec/).

View File

@ -10,18 +10,4 @@ menu:
InfluxData supports the following protocols for interacting with InfluxDB:
### [CollectD](/influxdb/v1.6/supported_protocols/collectd)
Using the collectd input, InfluxDB can accept data transmitted in collectd native format. This data is transmitted over UDP.
### [Graphite](/influxdb/v1.6/supported_protocols/graphite)
The Graphite plugin allows measurements to be saved using the Graphite line protocol. By default, enabling the Graphite plugin will allow you to collect metrics and store them using the metric name as the measurement.
### [OpenTSDB](/influxdb/v1.6/supported_protocols/opentsdb)
InfluxDB supports both the telnet and HTTP OpenTSDB protocol.
This means that InfluxDB can act as a drop-in replacement for your OpenTSDB system.
### [Prometheus](/influxdb/v1.6/supported_protocols/prometheus)
InfluxDB provides native support for the Prometheus read and write API to convert remote reads and writes to InfluxDB queries and endpoints.
### [UDP](/influxdb/v1.6/supported_protocols/udp)
UDP (User Datagram Protocol) can be used to write to InfluxDB. The CollectD input accepts data transmitted in collectd native format over UDP.
{{< children >}}

View File

@ -12,7 +12,7 @@ menu:
This section covers the available tools for interacting with InfluxDB.
## [InfluxDB command line interface (CLI/Shell)](/influxdb/v1.6/tools/shell/)
## InfluxDB command line interface (CLI/Shell)
InfluxDB's command line interface (`influx`) is an interactive shell for the
HTTP API that comes with every InfluxDB package.
@ -26,9 +26,9 @@ Go straight to the documentation on:
* [Launching `influx`](/influxdb/v1.6/tools/shell/#launch-influx)
* [Writing data with `influx`](/influxdb/v1.6/tools/shell/#write-data-to-influxdb-with-insert)
## [InfluxDB HTTP API Reference](/influxdb/v1.6/tools/api/)
## InfluxDB HTTP API Reference
Reference documentation for the InfluxDB HTTP API.
Reference documentation for the [InfluxDB HTTP API](/influxdb/v1.6/tools/api/).
Go straight to the reference documentation on:
@ -39,18 +39,21 @@ For friendlier documentation, see the guides on
[writing data](/influxdb/v1.6/guides/writing_data/) and
[querying data](/influxdb/v1.6/guides/querying_data/) with the HTTP API.
## [InfluxDB API client libraries](/influxdb/v1.6/tools/api_client_libraries/)
## InfluxDB API client libraries
The list of client libraries for interacting with the InfluxDB API.
The list of [client libraries](/influxdb/v1.6/tools/api_client_libraries/) for interacting with the InfluxDB API.
## [Influx Inspect disk shard utility](/influxdb/v1.6/tools/influx_inspect/)
## Influx Inspect disk shard utility
Influx Inspect is a tool designed to view detailed information about on disk shards, as well as export data from a shard to line protocol that can be inserted back into the database.
[Influx Inspect](/influxdb/v1.6/tools/influx_inspect/) is a tool designed to view detailed information about on disk shards, as well as export data from a shard to line protocol that can be inserted back into the database.
## [Grafana graphs and dashboards](https://grafana.com/docs/grafana/latest/features/datasources/influxdb/)
## Grafana graphs and dashboards
Grafana is a convenient dashboard tool for visualizing time series data.
[Grafana](https://grafana.com/docs/grafana/latest/features/datasources/influxdb/)
is a convenient dashboard tool for visualizing time series data.
It was originally built for Graphite, modeled after Kibana, and since been updated to support InfluxDB.
{{% warn %}} Because of the [changes](/influxdb/v0.11/concepts/010_vs_011/#breaking-api-changes) to the `SHOW SERIES` and `SHOW TAG VALUES` formats in InfluxDB 0.11, InfluxDB 1.3+ will not work with the Query Editor in Grafana 2.6.
This issue does not affect existing queries and dashboards or users working with Grafana 3.0. {{% /warn %}}
{{% warn %}}
Because of the [changes](/influxdb/v0.11/concepts/010_vs_011/#breaking-api-changes) to the `SHOW SERIES` and `SHOW TAG VALUES` formats in InfluxDB 0.11, InfluxDB 1.3+ will not work with the Query Editor in Grafana 2.6.
This issue does not affect existing queries and dashboards or users working with Grafana 3.0.
{{% /warn %}}

View File

@ -6,15 +6,4 @@ menu:
weight: 110
---
## [Frequently asked questions](/influxdb/v1.6/troubleshooting/frequently-asked-questions/)
This page addresses frequent sources of confusion and places where InfluxDB behaves in an unexpected way relative to other database systems.
Where applicable, it links to outstanding issues on GitHub.
## [Query management](/influxdb/v1.6/troubleshooting/query_management/)
With InfluxDBs query management features, users are able to identify currently-running queries and have the ability to kill queries that are overloading their system. Additionally, users can prevent and halt the execution of inefficient queries with several configuration settings.
## [Error messages](/influxdb/v1.6/troubleshooting/errors/)
This page includes information about some of the more common InfluxDB error messages, their descriptions, and, where applicable, common resolutions.
{{< children hlevel="h2" >}}

View File

@ -9,10 +9,4 @@ menu:
InfluxDB's Line Protocol is a text based format for writing points to InfluxDB.
## [Line Protocol tutorial](/influxdb/v1.6/write_protocols/line_protocol_tutorial/)
The [Line Protocol tutorial](/influxdb/v1.6/write_protocols/line_protocol_tutorial/) uses temperature data to introduce you to the Line Protocol and writing data to InfluxDB.
## [Line Protocol reference](/influxdb/v1.6/write_protocols/line_protocol_reference/)
The [Line Protocol reference](/influxdb/v1.6/write_protocols/line_protocol_reference/) covers the Line Protocol syntax, data types, and guidelines.
{{< children hlevel="h2" >}}

View File

@ -8,24 +8,4 @@ menu:
weight: 10
---
## [Release notes](/influxdb/v1.7/about_the_project/releasenotes-changelog/)
Details about features, bug fixes, and breaking changes for the current and earlier InfluxDB open source (OSS) releases are available in the [InfluxDB OSS release notes](/influxdb/v1.7/about_the_project/releasenotes-changelog/).
## [Contributing to InfluxDB](/influxdb/v1.7/about_the_project/contributing/)
To learn how you can contribute to the InfluxDB OSS project, see [Contributing to InfluxDB OSS](https://github.com/influxdata/influxdb/tree/1.7/CONTRIBUTING.md) in the InfluxDB OSS GitHub project.
## [InfluxData Contributor License Agreement (CLA)](/influxdb/v1.7/about_the_project/cla/)
Before contributing to the InfluxDB OSS project, you must complete and sign
the [InfluxData Contributor License Agreement (CLA)](https://www.influxdata.com/legal/cla/).
## [InfluxDB open source license](/influxdb/v1.7/about_the_project/licenses/)
The [open source license for InfluxDB](https://github.com/influxdata/influxdb/blob/master/LICENSE)
is available in the GitHub repository.
## [Third party software](/influxdb/v1.7/about_the_project/third-party/)
The [list of third party software components, including references to associated licenses and other materials](https://github.com/influxdata/influxdb/blob/1.7/DEPENDENCIES.md), is maintained on a version by version basis.
{{< children hlevel="h2" >}}

View File

@ -7,30 +7,33 @@ menu:
weight: 120
---
Check out the following InfluxData resources to learn more about InfluxDB OSS and other InfluxData products.
View these additional resources to learn more about InfluxDB.
## [InfluxData blog](https://www.influxdata.com/blog/)
## InfluxData Blog
Check out the [InfluxData blog](https://www.influxdata.com/blog/) for announcements, updates, and
Check out the [InfluxData Blog](https://www.influxdata.com/blog/) for announcements, updates, and
weekly [tech tips](https://www.influxdata.com/category/tech-tips/).
## [Technical papers](https://www.influxdata.com/_resources/techpapers-new/)
## Technical Papers
[InfluxData technical papers](https://www.influxdata.com/_resources/techpapers-new/) series offer in-depth analysis on performance, time series,
and benchmarking of InfluxDB compared to other popular databases.
InfluxData's [Technical Papers](https://www.influxdata.com/_resources/techpapers-new/)
series offer in-depth analysis on performance, time series,
and benchmarking InfluxDB vs. other popular databases.
## [Meetup videos](https://www.influxdata.com/_resources/videosnew//)
## Meetup Videos
Check out our growing collection of [meetup videos](https://www.influxdata.com/_resources/videosnew//) for introductory content, how-tos, and more.
Check out our growing [Meetup videos](https://www.influxdata.com/_resources/videosnew//)
collection for introductory content, how-tos, and more.
## [Virtual training videos](https://www.influxdata.com/_resources/videosnew/)
## Virtual Training Videos
Watch [virtual training videos](https://www.influxdata.com/_resources/videosnew/) from our weekly training webinar.
Watch the [virtual training videos](https://www.influxdata.com/_resources/videosnew/) from our weekly training webinar.
## [Virtual training schedule](https://www.influxdata.com/virtual-training-courses/)
## Virtual Training Schedule
Check out our [virtual training schedule](https://www.influxdata.com/virtual-training-courses/) to register for future webinars.
Check out our [virtual training schedule](https://www.influxdata.com/virtual-training-courses/)
to register for future webinars.
## [InfluxData events](https://www.influxdata.com/events/)
## Events
Learn about and sign up for upcoming [InfluxData events](https://www.influxdata.com/events/).
Find out what's happening at InfluxDB and sign up for upcoming [events](https://www.influxdata.com/events/).

View File

@ -5,49 +5,10 @@ menu:
name: Administration
weight: 50
---
The administration documentation contains all the information needed to administer a working InfluxDB installation.
## [Configuring InfluxDB](/influxdb/v1.7/administration/config/)
Information about the config file `influx.conf`
#### [Authentication and authorization](/influxdb/v1.7/administration/authentication_and_authorization/)
Covers how to
[set up authentication](/influxdb/v1.7/administration/authentication_and_authorization/#set-up-authentication)
and how to
[authenticate requests](/influxdb/v1.7/administration/authentication_and_authorization/#authenticate-requests) in InfluxDB.
This page also describes the different
[user types](/influxdb/v1.7/administration/authentication_and_authorization/#user-types-and-privileges) and the InfluxQL for
[managing database users](/influxdb/v1.7/administration/authentication_and_authorization/#user-management-commands).
## [Upgrading](/influxdb/v1.7/administration/upgrading/)
Information about upgrading from previous versions of InfluxDB
## [Enabling HTTPS](/influxdb/v1.7/administration/https_setup/)
Enabling HTTPS encrypts the communication between clients and the InfluxDB server.
HTTPS can also verify the authenticity of the InfluxDB server to connecting clients.
## [Logging in InfluxDB](/influxdb/v1.7/administration/logs/)
Information on how to direct InfluxDB log output.
## [Ports](/influxdb/v1.7/administration/ports/)
## [Backing up and restoring](/influxdb/v1.7/administration/backup_and_restore/)
Procedures to backup data created by InfluxDB and to restore from a backup.
## [Managing security](/influxdb/v1.7/administration/security/)
Overview of security options and configurations.
## [Stability and compatibility](/influxdb/v1.7/administration/stability_and_compatibility/)
Management of breaking changes, upgrades, and ongoing support.
{{< children hlevel="h2" >}}
## Downgrading

View File

@ -240,7 +240,7 @@ The log identifier key (`log_id`) lets you easily identify _every_ log entry for
Here are a couple of popular tools available for processing and filtering log files output in `logfmt` or `json` formats.
#### [hutils](https://blog.heroku.com/hutils-explore-your-structured-data-logs)
#### hutils
The [hutils](https://blog.heroku.com/hutils-explore-your-structured-data-logs), provided by Heroku, is a collection of command line utilities for working with logs with `logfmt` encoding, including:
@ -249,7 +249,7 @@ The [hutils](https://blog.heroku.com/hutils-explore-your-structured-data-logs),
* `ltap`: Accesses messages from log providers in a consistent way to allow easy parsing by other utilities that operate on `logfmt` traces.
* `lviz`: Visualizes `logfmt` output by building a tree out of a dataset combining common sets of key-value pairs into shared parent nodes.
#### [lnav (Log File Navigator)](http://lnav.org)
#### lnav (Log File Navigator)
The [lnav (Log File Navigator)](http://lnav.org) is an advanced log file viewer useful for watching and analyzing your log files from a terminal. The lnav viewer provides a single log view, automatic log format detection, filtering, timeline view, pretty-print view, and querying logs using SQL.

View File

@ -9,32 +9,4 @@ menu:
Understanding the following concepts will help you get the most out of InfluxDB.
## [Key concepts](/influxdb/v1.7/concepts/key_concepts/)
A brief explanation of the InfluxDB core architecture.
## [Glossary of terms](/influxdb/v1.7/concepts/glossary/)
A list of InfluxDB terms and their definitions.
## [Comparison to SQL](/influxdb/v1.7/concepts/crosswalk/)
## [Design insights and tradeoffs](/influxdb/v1.7/concepts/insights_tradeoffs/)
A brief treatment of some of the performance tradeoffs made during the design phase of InfluxDB
## [Schema and data layout](/influxdb/v1.7/concepts/schema_and_data_layout/)
A useful overview of the InfluxDB time series data structure and how it affects performance.
## [TSM storage engine](/influxdb/v1.7/concepts/storage_engine/)
An overview of how InfluxDB to stores data on disk and uses TSM for in-memory indexing.
## [TSI (Time Series Index) overview](/influxdb/v1.7/concepts/time-series-index/)
An overview of how InfluxDB uses TSI (Time Series Index) for disk-based indexing.
## [TSI (Time Series Index) details](/influxdb/v1.7/concepts/tsi-details/)
A detail look at understanding how TSI works, the file structure, and tooling.
{{< children hlevel="h2" >}}

View File

@ -1,32 +0,0 @@
---
title: External resources
---
But wait, there's more!
Check out these resources to learn more about InfluxDB.
## [InfluxData blog](https://www.influxdata.com/blog/)
Check out the InfluxData Blog for announcements, updates, and
weekly [tech tips](https://www.influxdata.com/category/tech-tips/).
## [Technical papers](https://www.influxdata.com/_resources/techpapers-new/)
InfluxData's Technical Papers series offer in-depth analysis on performance, time series,
and benchmarking InfluxDB vs. other popular databases.
## [Meetup videos](https://www.influxdata.com/_resources/videosnew//)
Check out our growing Meetup videos collection for introductory content, how-tos, and more.
## [Virtual training videos](https://www.influxdata.com/_resources/videosnew/)
Watch the videos from our weekly training webinar.
## [Virtual training schedule](https://www.influxdata.com/virtual-training-courses/)
Check out our virtual training schedule to register for future webinars.
## [InfluxData events](https://www.influxdata.com/events/)
Find out what's happening at InfluxData and sign up for upcoming events.

View File

@ -7,9 +7,4 @@ menu:
weight: 100
---
## [Clustering with InfluxDB Enterprise](/influxdb/v1.7/high_availability/clusters/)
InfluxDB OSS does not support clustering.
For high availability or horizontal scaling of InfluxDB, consider the InfluxData
commercial clustered offering,
[InfluxDB Enterprise](https://portal.influxdata.com/).
{{< children hlevel="h2" >}}

View File

@ -8,14 +8,4 @@ menu:
To get up and running with the open source (OSS) version of InfluxDB, complete the following tasks:
## [Download InfluxDB OSS](https://portal.influxdata.com/downloads)
Find the latest stable download and nightly builds of InfluxDB.
## [Install InfluxDB OSS](/influxdb/v1.7/introduction/installation/)
Learn how to install InfluxDB on Ubuntu, Debian, Red Hat, CentOS, and macOS.
## [Get started with InfluxDB OSS](/influxdb/v1.7/introduction/getting-started/)
Discover how to read and write time series data using InfluxDB.
{{< children hlevel="h2" >}}

View File

@ -10,16 +10,16 @@ This section introduces InfluxQL, the InfluxDB SQL-like query language for
working with data in InfluxDB databases.
## InfluxQL tutorial
The first seven documents in this section provide a tutorial-style introduction
to InfluxQL.
Feel free to download the dataset provided in
[Sample Data](/influxdb/v1.7/query_language/data_download/) and follow along
with the documentation.
#### [Data exploration](/influxdb/v1.7/query_language/data_exploration/)
#### Data exploration
Covers the query language basics for InfluxQL, including the
[Data exploration](/influxdb/v1.7/query_language/data_exploration/) covers the
query language basics for InfluxQL, including the
[`SELECT` statement](/influxdb/v1.7/query_language/data_exploration/#the-basic-select-statement),
[`GROUP BY` clauses](/influxdb/v1.7/query_language/data_exploration/#the-group-by-clause),
[`INTO` clauses](/influxdb/v1.7/query_language/data_exploration/#the-into-clause), and more.
@ -28,29 +28,30 @@ See Data Exploration to learn about
[regular expressions](/influxdb/v1.7/query_language/data_exploration/#regular-expressions) in
queries.
#### [Schema exploration](/influxdb/v1.7/query_language/schema_exploration/)
#### Schema exploration
Covers queries that are useful for viewing and exploring your
[Schema exploration](/influxdb/v1.7/query_language/schema_exploration/) covers
queries that are useful for viewing and exploring your
[schema](/influxdb/v1.7/concepts/glossary/#schema).
See Schema Exploration for syntax explanations and examples of InfluxQL's `SHOW`
queries.
#### [Database management](/influxdb/v1.7/query_language/database_management/)
#### Database management
Covers InfluxQL for managing
[Database management](/influxdb/v1.7/query_language/database_management/) covers InfluxQL for managing
[databases](/influxdb/v1.7/concepts/glossary/#database) and
[retention policies](/influxdb/v1.7/concepts/glossary/#retention-policy-rp) in
InfluxDB.
See Database Management for creating and dropping databases and retention
policies as well as deleting and dropping data.
#### [InfluxQL functions](/influxdb/v1.7/query_language/functions/)
#### InfluxQL functions
Covers all [InfluxQL functions](/influxdb/v1.7/query_language/functions/).
#### [InfluxQL continuous queries](/influxdb/v1.7/query_language/continuous_queries/)
#### InfluxQL Continuous Queries
Covers the
[InfluxQL Continuous Queries](/influxdb/v1.7/query_language/continuous_queries/) covers the
[basic syntax](/influxdb/v1.7/query_language/continuous_queries/#basic-syntax)
,
[advanced syntax](/influxdb/v1.7/query_language/continuous_queries/#advanced-syntax)
@ -58,16 +59,27 @@ Covers the
and
[common use cases](/influxdb/v1.7/query_language/continuous_queries/#continuous-query-use-cases)
for
[continuous queries](/influxdb/v1.7/concepts/glossary/#continuous-query-cq).
[Continuous Queries](/influxdb/v1.7/concepts/glossary/#continuous-query-cq).
This page also describes how to
[`SHOW`](/influxdb/v1.7/query_language/continuous_queries/#listing-continuous-queries) and
[`DROP`](/influxdb/v1.7/query_language/continuous_queries/#deleting-continuous-queries)
continuous queries.
Continuous Queries.
#### [InfluxQL mathematical operators](/influxdb/v1.7/query_language/math_operators/)
#### InfluxQL mathematical operators
Covers the use of mathematical operators in InfluxQL.
[InfluxQL mathematical operators](/influxdb/v1.7/query_language/math_operators/)
covers the use of mathematical operators in InfluxQL.
## [InfluxQL reference](/influxdb/v1.7/query_language/spec/)
#### Authentication and authorization
The reference documentation for InfluxQL.
[Authentication and authorization](/influxdb/v1.7/query_language/authentication_and_authorization/) covers how to
[set up authentication](/influxdb/v1.7/query_language/authentication_and_authorization/#set-up-authentication)
and how to
[authenticate requests](/influxdb/v1.7/query_language/authentication_and_authorization/#authenticate-requests) in InfluxDB.
This page also describes the different
[user types](/influxdb/v1.7/query_language/authentication_and_authorization/#user-types-and-privileges) and the InfluxQL for
[managing database users](/influxdb/v1.7/query_language/authentication_and_authorization/#user-management-commands).
## InfluxQL reference
The [reference documentation for InfluxQL](/influxdb/v1.7/query_language/spec/).

Some files were not shown because too many files have changed in this diff Show More