diff --git a/content/influxdb/v1.8/_index.md b/content/influxdb/v1.8/_index.md index 543abc581..dfd200ba0 100644 --- a/content/influxdb/v1.8/_index.md +++ b/content/influxdb/v1.8/_index.md @@ -1,6 +1,6 @@ --- title: InfluxDB 1.8 documentation - +description: Overview of documentation available for InfluxDB. menu: influxdb_1_8: name: InfluxDB v1.8 diff --git a/content/influxdb/v1.8/about_the_project/_index.md b/content/influxdb/v1.8/about_the_project/_index.md index e2d33c6cb..1d42a18d8 100644 --- a/content/influxdb/v1.8/about_the_project/_index.md +++ b/content/influxdb/v1.8/about_the_project/_index.md @@ -1,5 +1,6 @@ --- title: About InfluxDB OSS +description: Learn about InfluxDB OSS. alias: -/docs/v1.8/about/ menu: diff --git a/content/influxdb/v1.8/about_the_project/contributing.md b/content/influxdb/v1.8/about_the_project/contributing.md index 14d82fca5..837b39fcd 100644 --- a/content/influxdb/v1.8/about_the_project/contributing.md +++ b/content/influxdb/v1.8/about_the_project/contributing.md @@ -1,5 +1,6 @@ --- title: Contribute to InfluxDB OSS +description: Contribute to the InfluxDB OSS project. menu: influxdb_1_8: name: Contribute to InfluxDB diff --git a/content/influxdb/v1.8/about_the_project/releasenotes-changelog.md b/content/influxdb/v1.8/about_the_project/releasenotes-changelog.md index ecc874618..ccecb63d1 100644 --- a/content/influxdb/v1.8/about_the_project/releasenotes-changelog.md +++ b/content/influxdb/v1.8/about_the_project/releasenotes-changelog.md @@ -1,5 +1,6 @@ --- title: InfluxDB 1.8 release notes +description: Important changes and and what's new in each version of InfluxDB OSS. menu: influxdb_1_8: name: Release notes diff --git a/content/influxdb/v1.8/additional_resources/additional_resources.md b/content/influxdb/v1.8/additional_resources/additional_resources.md index fb547cac9..8bc24bdcf 100644 --- a/content/influxdb/v1.8/additional_resources/additional_resources.md +++ b/content/influxdb/v1.8/additional_resources/additional_resources.md @@ -1,6 +1,6 @@ --- title: Additional InfluxDB resources -description: InfluxDB resources, including InfluxData blog, technical papers, meetup and training videos, and upcoming virtual training and other events. +description: View additional resources for InfluxDB OSS. menu: influxdb_1_8: name: Additional resources diff --git a/content/influxdb/v1.8/administration/_index.md b/content/influxdb/v1.8/administration/_index.md index b710f3164..8f2bc21d2 100644 --- a/content/influxdb/v1.8/administration/_index.md +++ b/content/influxdb/v1.8/administration/_index.md @@ -1,5 +1,6 @@ --- title: Administer InfluxDB +description: Learn to administer InfluxDB OSS. menu: influxdb_1_8: name: Administration @@ -8,7 +9,7 @@ menu: The administration documentation contains all the information needed to administer a working InfluxDB installation. -## [Configuring InfluxDB](/influxdb/v1.8/administration/config/) +## [Configure InfluxDB](/influxdb/v1.8/administration/config/) Information about the config file `influx.conf` @@ -23,11 +24,11 @@ This page also describes the different [managing database users](/influxdb/v1.8/administration/authentication_and_authorization/#user-management-commands). -## [Upgrading](/influxdb/v1.8/administration/upgrading/) +## [Upgrade](/influxdb/v1.8/administration/upgrading/) Information about upgrading from previous versions of InfluxDB -## [Enabling HTTPS](/influxdb/v1.8/administration/https_setup/) +## [Enable HTTPS](/influxdb/v1.8/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. @@ -38,11 +39,11 @@ Information on how to direct InfluxDB log output. ## [Ports](/influxdb/v1.8/administration/ports/) -## [Backing up and restoring](/influxdb/v1.8/administration/backup_and_restore/) +## [Back up and restore](/influxdb/v1.8/administration/backup_and_restore/) Procedures to backup data created by InfluxDB and to restore from a backup. -## [Managing security](/influxdb/v1.8/administration/security/) +## [Manage security](/influxdb/v1.8/administration/security/) Overview of security options and configurations. @@ -50,8 +51,8 @@ Overview of security options and configurations. Management of breaking changes, upgrades, and ongoing support. -## Downgrading +## Downgrade -To revert to a prior version, complete the same steps as when [Upgrading to InfluxDB 1.8.x](/influxdb/v1.8/administration/upgrading/), replacing 1.8.x with the version you want to downgrade to. After downloading the release, migrating your configuration settings, and enabling TSI or TSM, make sure to [rebuild your index](/influxdb/v1.8/administration/rebuild-tsi-index/#sidebar). +To revert to a prior version, complete the same steps as when [Upgrading to InfluxDB 1.8.x](/influxdb/v1.8/administration/upgrading/), replacing 1.8.x with the version you want to downgrade to. After downloading the release, migrating your configuration settings, and enabling TSI or TSM, make sure to [rebuild your index](/influxdb/v1.8/administration/rebuild-tsi-index). >**Note:** Some versions of InfluxDB may have breaking changes that impact your ability to upgrade and downgrade. For example, you cannot downgrade from InfluxDB 1.3 or later to an earlier version. Please review the applicable version of release notes to check for compatibility issues between releases. diff --git a/content/influxdb/v1.8/administration/authentication_and_authorization.md b/content/influxdb/v1.8/administration/authentication_and_authorization.md index 0b7a4a4a1..78b2c7308 100644 --- a/content/influxdb/v1.8/administration/authentication_and_authorization.md +++ b/content/influxdb/v1.8/administration/authentication_and_authorization.md @@ -1,5 +1,6 @@ --- title: Authentication and authorization in InfluxDB +description: Set up and manage authentication and authorization in InfluxDB OSS. aliases: - influxdb/v1.8/administration/authentication_and_authorization/ menu: diff --git a/content/influxdb/v1.8/administration/backup_and_restore.md b/content/influxdb/v1.8/administration/backup_and_restore.md index aae13fff0..5420e3277 100644 --- a/content/influxdb/v1.8/administration/backup_and_restore.md +++ b/content/influxdb/v1.8/administration/backup_and_restore.md @@ -1,6 +1,6 @@ --- title: Back up and restore InfluxDB OSS -description: Using InfluxDB OSS backup and restore utilities for online, Enterprise-compatible use and portability between InfluxDB Enterprise and InfluxDB OSS servers. +description: Back up and restore InfluxDB OSS instances in case of unexpected data loss. aliases: - /influxdb/v1.8/administration/backup-and-restore/ menu: diff --git a/content/influxdb/v1.8/administration/config.md b/content/influxdb/v1.8/administration/config.md index 409f8e9bc..f0b9c5883 100644 --- a/content/influxdb/v1.8/administration/config.md +++ b/content/influxdb/v1.8/administration/config.md @@ -1,5 +1,6 @@ --- title: Configure InfluxDB OSS +description: Learn about InfluxDB OSS configuration settings and environment variables. menu: influxdb_1_8: name: Configure InfluxDB @@ -1245,7 +1246,7 @@ min-version = "tls1.3" max-version = "tls1.3" ``` -> **Important:** The order of the cipher suite IDs in the `ciphers` setting determines which algorithms are selected by priority. +> **Important:** The order of the cipher suite IDs in the `ciphers` setting determines which algorithms are selected by priority. > The TLS `min-version` and the `max-version` settings restrict support to TLS 1.3. #### `ciphers = [ "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305", "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", ]` diff --git a/content/influxdb/v1.8/administration/logs.md b/content/influxdb/v1.8/administration/logs.md index ccfc986e3..21b17ed73 100644 --- a/content/influxdb/v1.8/administration/logs.md +++ b/content/influxdb/v1.8/administration/logs.md @@ -1,6 +1,6 @@ --- title: Log and trace with InfluxDB - +description: Log and trace in InfluxDB OSS. menu: influxdb_1_8: name: Log and trace diff --git a/content/influxdb/v1.8/administration/ports.md b/content/influxdb/v1.8/administration/ports.md index e76692220..cab1e9a30 100644 --- a/content/influxdb/v1.8/administration/ports.md +++ b/content/influxdb/v1.8/administration/ports.md @@ -1,6 +1,6 @@ --- title: InfluxDB ports - +description: Overview of ports in InfluxDB OSS. menu: influxdb_1_8: name: Ports diff --git a/content/influxdb/v1.8/administration/security.md b/content/influxdb/v1.8/administration/security.md index c71088996..88224acb7 100644 --- a/content/influxdb/v1.8/administration/security.md +++ b/content/influxdb/v1.8/administration/security.md @@ -1,5 +1,6 @@ --- title: Manage InfluxDB security +description: Protect the data in your InfluxDB OSS instance. menu: influxdb_1_8: name: Manage security @@ -11,7 +12,7 @@ Some customers may choose to install InfluxDB with public internet access, howev doing so can inadvertently expose your data and invite unwelcome attacks on your database. Check out the sections below for how protect the data in your InfluxDB instance. -## Enabling authentication +## Enable authentication Password protect your InfluxDB instance to keep any unauthorized individuals from accessing your data. @@ -19,7 +20,7 @@ from accessing your data. Resources: [Set up Authentication](/influxdb/v1.8/administration/authentication_and_authorization/#set-up-authentication) -## Managing users and permissions +## Manage users and permissions Restrict access by creating individual users and assigning them relevant read and/or write permissions. @@ -28,7 +29,7 @@ Resources: [User Types and Privileges](/influxdb/v1.8/administration/authentication_and_authorization/#user-types-and-privileges), [User Management Commands](/influxdb/v1.8/administration/authentication_and_authorization/#user-management-commands) -## Enabling HTTPS +## Enable HTTPS Enabling HTTPS encrypts the communication between clients and the InfluxDB server. HTTPS can also verify the authenticity of the InfluxDB server to connecting clients. @@ -44,7 +45,7 @@ Certain headers help [enforce security](https://developer.mozilla.org/en-US/docs Resources: [Configure HTTP headers](/influxdb/v1.8/administration/config/#http-headers) -## Securing your host +## Secure your host ### Ports If you're only running InfluxDB, close all ports on the host except for port `8086`. diff --git a/content/influxdb/v1.8/administration/server_monitoring.md b/content/influxdb/v1.8/administration/server_monitoring.md index 47b43bbe8..276a6dd4c 100644 --- a/content/influxdb/v1.8/administration/server_monitoring.md +++ b/content/influxdb/v1.8/administration/server_monitoring.md @@ -1,5 +1,6 @@ --- title: Monitor InfluxDB servers +description: Troubleshoot and monitor InfluxDB OSS. aliases: - /influxdb/v1.8/administration/statistics/ - /influxdb/v1.8/troubleshooting/statistics/ diff --git a/content/influxdb/v1.8/administration/stability_and_compatibility.md b/content/influxdb/v1.8/administration/stability_and_compatibility.md index 1815ab654..0570bf3aa 100644 --- a/content/influxdb/v1.8/administration/stability_and_compatibility.md +++ b/content/influxdb/v1.8/administration/stability_and_compatibility.md @@ -1,5 +1,6 @@ --- title: Stability and compatibility +description: Overview of stability and compatibility in InfluxDB OSS. menu: influxdb_1_8: weight: 90 diff --git a/content/influxdb/v1.8/administration/subscription-management.md b/content/influxdb/v1.8/administration/subscription-management.md index 89fe71964..066e1f1d1 100644 --- a/content/influxdb/v1.8/administration/subscription-management.md +++ b/content/influxdb/v1.8/administration/subscription-management.md @@ -1,6 +1,6 @@ --- title: Manage subscriptions in InfluxDB -description: InfluxDB uses subscriptions to copy all written data to a local or remote endpoint. This article walks through how InfluxDB subscriptions work, how to configure them, and how to manage them. +description: Manage subscriptions, which copy all written data to a local or remote endpoint, in InfluxDB OSS. menu: influxdb_1_8: parent: Administration diff --git a/content/influxdb/v1.8/concepts/_index.md b/content/influxdb/v1.8/concepts/_index.md index 854d0fbe8..0ce68a3e6 100644 --- a/content/influxdb/v1.8/concepts/_index.md +++ b/content/influxdb/v1.8/concepts/_index.md @@ -1,5 +1,6 @@ --- title: InfluxDB concepts +description: Learn key concepts in InfluxDB OSS. menu: influxdb_1_8: name: Concepts diff --git a/content/influxdb/v1.8/concepts/crosswalk.md b/content/influxdb/v1.8/concepts/crosswalk.md index f1ddcc503..8e70c3568 100644 --- a/content/influxdb/v1.8/concepts/crosswalk.md +++ b/content/influxdb/v1.8/concepts/crosswalk.md @@ -1,5 +1,6 @@ --- title: Compare InfluxDB to SQL databases +description: Overview of differences between InfluxDB and SQL databases. menu: influxdb_1_8: name: Compare InfluxDB to SQL databases diff --git a/content/influxdb/v1.8/concepts/glossary.md b/content/influxdb/v1.8/concepts/glossary.md index 3aaebe5f9..55cde896a 100644 --- a/content/influxdb/v1.8/concepts/glossary.md +++ b/content/influxdb/v1.8/concepts/glossary.md @@ -1,5 +1,6 @@ --- title: InfluxDB glossary +description: Terms related to InfluxDB OSS. menu: influxdb_1_8: name: Glossary diff --git a/content/influxdb/v1.8/concepts/insights_tradeoffs.md b/content/influxdb/v1.8/concepts/insights_tradeoffs.md index a9fa4718b..f61fa26dd 100644 --- a/content/influxdb/v1.8/concepts/insights_tradeoffs.md +++ b/content/influxdb/v1.8/concepts/insights_tradeoffs.md @@ -1,5 +1,7 @@ --- title: InfluxDB design insights and tradeoffs +description: > +Optimizing for time series use case entails some tradeoffs, primarily to increase performance at the cost of functionality. menu: influxdb_1_8: name: InfluxDB design insights and tradeoffs diff --git a/content/influxdb/v1.8/concepts/storage_engine.md b/content/influxdb/v1.8/concepts/storage_engine.md index fc6189ef6..d5a99fb81 100644 --- a/content/influxdb/v1.8/concepts/storage_engine.md +++ b/content/influxdb/v1.8/concepts/storage_engine.md @@ -1,6 +1,6 @@ --- title: In-memory indexing and the Time-Structured Merge Tree (TSM) - +description: Overview of in-memory indexing and the Time-Structured Merge Tree (TSM) in InfluxDB OSS. menu: influxdb_1_8: name: In-memory indexing with TSM diff --git a/content/influxdb/v1.8/concepts/time-series-index.md b/content/influxdb/v1.8/concepts/time-series-index.md index f4dfa8ab4..753aa9c01 100644 --- a/content/influxdb/v1.8/concepts/time-series-index.md +++ b/content/influxdb/v1.8/concepts/time-series-index.md @@ -1,6 +1,6 @@ --- title: Time Series Index (TSI) overview - +description: Overview of the Time Series Index (TSI) storage engine. menu: influxdb_1_8: name: Time Series Index (TSI) overview diff --git a/content/influxdb/v1.8/concepts/tsi-details.md b/content/influxdb/v1.8/concepts/tsi-details.md index 6675e1ae6..9c0f86ac9 100644 --- a/content/influxdb/v1.8/concepts/tsi-details.md +++ b/content/influxdb/v1.8/concepts/tsi-details.md @@ -1,6 +1,6 @@ --- title: Time Series Index (TSI) details - +description: Enable and understand the Time Series Index (TSI). menu: influxdb_1_8: name: Time Series Index (TSI) details diff --git a/content/influxdb/v1.8/guides/calculate_percentages.md b/content/influxdb/v1.8/guides/calculate_percentages.md index c38dcef1d..d4ca0566b 100644 --- a/content/influxdb/v1.8/guides/calculate_percentages.md +++ b/content/influxdb/v1.8/guides/calculate_percentages.md @@ -1,6 +1,7 @@ --- title: Calculate percentages in a query -description: Calculate percentages using basic math operators available in InfluxQL or Flux. This guide walks through use-cases and examples of calculating percentages from two values in a single query. +description: > +Calculate percentages using basic math operators available in InfluxQL or Flux. This guide walks through use-cases and examples of calculating percentages from two values in a single query. menu: influxdb_1_8: weight: 50 diff --git a/content/influxdb/v1.8/guides/downsample_and_retain.md b/content/influxdb/v1.8/guides/downsample_and_retain.md index 2998c4508..8881cbb1b 100644 --- a/content/influxdb/v1.8/guides/downsample_and_retain.md +++ b/content/influxdb/v1.8/guides/downsample_and_retain.md @@ -1,5 +1,6 @@ --- title: Downsample and retain data +description: Downsample data to keep high precision while preserving storage. menu: influxdb_1_8: weight: 30 diff --git a/content/influxdb/v1.8/guides/hardware_sizing.md b/content/influxdb/v1.8/guides/hardware_sizing.md index 0723bd30a..a39ef3e72 100644 --- a/content/influxdb/v1.8/guides/hardware_sizing.md +++ b/content/influxdb/v1.8/guides/hardware_sizing.md @@ -1,5 +1,6 @@ --- title: Hardware sizing guidelines +Description: Review configuration and hardware guidelines for InfluxDB OSS (open source) and InfluxDB Enterprise. menu: influxdb_1_8: weight: 40 diff --git a/content/influxdb/v1.8/guides/query_data.md b/content/influxdb/v1.8/guides/query_data.md index a0a7a1696..e3d52ee42 100644 --- a/content/influxdb/v1.8/guides/query_data.md +++ b/content/influxdb/v1.8/guides/query_data.md @@ -1,5 +1,6 @@ --- title: Query data with the InfluxDB API +desription: Query data with the InfluxDB API. alias: -/docs/v1.8/query_language/querying_data/ menu: diff --git a/content/influxdb/v1.8/guides/write_data.md b/content/influxdb/v1.8/guides/write_data.md index 414747df9..705dd8ccb 100644 --- a/content/influxdb/v1.8/guides/write_data.md +++ b/content/influxdb/v1.8/guides/write_data.md @@ -1,6 +1,6 @@ --- title: Write data with the InfluxDB API - +description: Write data into InfluxDB with the API. menu: influxdb_1_8: weight: 10 diff --git a/content/influxdb/v1.8/high_availability/_index.md b/content/influxdb/v1.8/high_availability/_index.md index a253922d5..1049b37e0 100644 --- a/content/influxdb/v1.8/high_availability/_index.md +++ b/content/influxdb/v1.8/high_availability/_index.md @@ -1,6 +1,6 @@ --- title: High availability with InfluxDB Enterprise - +description: High availability clustering is available with InfluxDB Enterprise only. menu: influxdb_1_8: name: High availability diff --git a/content/influxdb/v1.8/introduction/_index.md b/content/influxdb/v1.8/introduction/_index.md index 50d8400aa..5400f79a9 100644 --- a/content/influxdb/v1.8/introduction/_index.md +++ b/content/influxdb/v1.8/introduction/_index.md @@ -1,5 +1,6 @@ --- title: Learn about InfluxDB OSS +description: Tasks to complete to get up and running with InfluxDB OSS. menu: influxdb_1_8: name: Introduction diff --git a/content/influxdb/v1.8/introduction/get-started.md b/content/influxdb/v1.8/introduction/get-started.md index 3c40403c0..3850a1ea9 100644 --- a/content/influxdb/v1.8/introduction/get-started.md +++ b/content/influxdb/v1.8/introduction/get-started.md @@ -1,5 +1,6 @@ --- title: Get started with InfluxDB OSS +description: Get started with InfluxDB OSS. aliases: - /influxdb/v1.8/introduction/getting_started/ - /influxdb/v1.8/introduction/getting-started/ diff --git a/content/influxdb/v1.8/introduction/install.md b/content/influxdb/v1.8/introduction/install.md index f897d4ce9..cd3dccfba 100644 --- a/content/influxdb/v1.8/introduction/install.md +++ b/content/influxdb/v1.8/introduction/install.md @@ -1,5 +1,6 @@ --- title: Install InfluxDB OSS +description: Install, start, and configure InfluxDB OSS. menu: influxdb_1_8: name: Install InfluxDB diff --git a/content/influxdb/v1.8/query_language/_index.md b/content/influxdb/v1.8/query_language/_index.md index bdae35c61..cb6385577 100644 --- a/content/influxdb/v1.8/query_language/_index.md +++ b/content/influxdb/v1.8/query_language/_index.md @@ -1,5 +1,6 @@ --- title: Influx Query Language (InfluxQL) +description: Influx Query Language (InfluxQL) is Influx DB's SQL-like query language. menu: influxdb_1_8: weight: 70 diff --git a/content/influxdb/v1.8/query_language/continuous_queries.md b/content/influxdb/v1.8/query_language/continuous_queries.md index 7429f4136..bf48d107d 100644 --- a/content/influxdb/v1.8/query_language/continuous_queries.md +++ b/content/influxdb/v1.8/query_language/continuous_queries.md @@ -1,6 +1,9 @@ --- title: InfluxQL Continuous Queries - +description: > +Continuous queries (CQ) are InfluxQL queries that run automatically and +periodically on realtime data and store query results in a +specified measurement. menu: influxdb_1_8: name: Continuous Queries @@ -405,7 +408,7 @@ See [ Description of Basic Syntax](/influxdb/v1.8/query_language/continuous_quer ##### Scheduling and coverage CQs operate on real-time data. With the advanced syntax, CQs use the local -server’s timestamp, the information in the `RESAMPLE` clause, and the InfluxDB +server’s timestamp, the information in the `RESAMPLE` clause, and the InfluxDB server's preset time boundaries to determine when to execute and what time range to cover in the query. diff --git a/content/influxdb/v1.8/query_language/explore-data.md b/content/influxdb/v1.8/query_language/explore-data.md index 4e8e4dd3f..67ecc8dfb 100644 --- a/content/influxdb/v1.8/query_language/explore-data.md +++ b/content/influxdb/v1.8/query_language/explore-data.md @@ -1,6 +1,7 @@ --- title: Explore data using InfluxQL -description: Explore time series data using InfluxData's SQL-like query language. Understand how to use the SELECT statement to query data from measurements, tags, and fields. +description: > +Explore time series data using InfluxData's SQL-like query language. Understand how to use the SELECT statement to query data from measurements, tags, and fields. menu: influxdb_1_8: name: Explore data diff --git a/content/influxdb/v1.8/query_language/manage-database.md b/content/influxdb/v1.8/query_language/manage-database.md index 7aa634672..ccb094ff0 100644 --- a/content/influxdb/v1.8/query_language/manage-database.md +++ b/content/influxdb/v1.8/query_language/manage-database.md @@ -1,6 +1,7 @@ --- title: Manage your database using InfluxQL -description: Use InfluxQL to administer your InfluxDB server and work with InfluxDB databases, retention policies, series, measurements, and shards. +description: > +Use InfluxQL to administer your InfluxDB server and work with InfluxDB databases, retention policies, series, measurements, and shards. menu: influxdb_1_8: name: Manage your database diff --git a/content/influxdb/v1.8/query_language/math_operators.md b/content/influxdb/v1.8/query_language/math_operators.md index de3fda534..ce671736e 100644 --- a/content/influxdb/v1.8/query_language/math_operators.md +++ b/content/influxdb/v1.8/query_language/math_operators.md @@ -1,6 +1,6 @@ --- title: InfluxQL mathematical operators - +descriptions: Use mathematical operators in InfluxQL. menu: influxdb_1_8: name: Mathematical operators diff --git a/content/influxdb/v1.8/query_language/spec.md b/content/influxdb/v1.8/query_language/spec.md index b7b95879a..377296463 100644 --- a/content/influxdb/v1.8/query_language/spec.md +++ b/content/influxdb/v1.8/query_language/spec.md @@ -1,5 +1,6 @@ --- title: Influx Query Language (InfluxQL) reference +description: List of resources for Influx Query Language (InfluxQL). menu: influxdb_1_8: name: InfluxQL reference diff --git a/content/influxdb/v1.8/supported_protocols/collectd.md b/content/influxdb/v1.8/supported_protocols/collectd.md index 44e8eac6d..759fca3f3 100644 --- a/content/influxdb/v1.8/supported_protocols/collectd.md +++ b/content/influxdb/v1.8/supported_protocols/collectd.md @@ -1,5 +1,6 @@ --- title: CollectD protocol support in InfluxDB +description: The collectd input allows InfluxDB to accept data transmitted in collectd native format. aliases: - /influxdb/v1.8/tools/collectd/ menu: diff --git a/content/influxdb/v1.8/supported_protocols/graphite.md b/content/influxdb/v1.8/supported_protocols/graphite.md index 3f0378ea9..5220529c1 100644 --- a/content/influxdb/v1.8/supported_protocols/graphite.md +++ b/content/influxdb/v1.8/supported_protocols/graphite.md @@ -1,5 +1,6 @@ --- title: Graphite protocol support in InfluxDB +description: Use the Graphite plugin to write data to InfluxDB using the Graphite protocol. aliases: - /influxdb/v1.8/tools/graphite/ - /influxdb/v1.8/write_protocols/graphite/ diff --git a/content/influxdb/v1.8/supported_protocols/opentsdb.md b/content/influxdb/v1.8/supported_protocols/opentsdb.md index a49188f8e..5bcc6af47 100644 --- a/content/influxdb/v1.8/supported_protocols/opentsdb.md +++ b/content/influxdb/v1.8/supported_protocols/opentsdb.md @@ -1,5 +1,6 @@ --- title: OpenTSDB protocol support in InfluxDB +description: Use the OpenTSBD plugin to write data to InfluxDB using the OpenTSBD protocol. aliases: - /influxdb/v1.8/tools/opentsdb/ menu: diff --git a/content/influxdb/v1.8/supported_protocols/prometheus.md b/content/influxdb/v1.8/supported_protocols/prometheus.md index 2001bb89b..b327f9e26 100644 --- a/content/influxdb/v1.8/supported_protocols/prometheus.md +++ b/content/influxdb/v1.8/supported_protocols/prometheus.md @@ -1,6 +1,6 @@ --- title: Prometheus endpoints support in InfluxDB - +description: Read and write Prometheus data in InfluxDB. menu: influxdb_1_8: name: Prometheus diff --git a/content/influxdb/v1.8/supported_protocols/udp.md b/content/influxdb/v1.8/supported_protocols/udp.md index 3b7dde07f..27bb481cb 100644 --- a/content/influxdb/v1.8/supported_protocols/udp.md +++ b/content/influxdb/v1.8/supported_protocols/udp.md @@ -1,5 +1,6 @@ --- title: UDP protocol support in InfluxDB +description: Overview of support for UDP protocol in InfluxDB. aliases: - /influxdb/v1.8/tools/udp/ - /influxdb/v1.8/write_protocols/udp/ diff --git a/content/influxdb/v1.8/tools/grafana.md b/content/influxdb/v1.8/tools/grafana.md index 404d26706..469354cc5 100644 --- a/content/influxdb/v1.8/tools/grafana.md +++ b/content/influxdb/v1.8/tools/grafana.md @@ -1,6 +1,6 @@ --- title: Grafana graphs and dashboards - +description: See Grafana's documentation for details about Grafana graphs and dashboards. menu: influxdb_1_8: url: "https://grafana.com/docs/grafana/latest/features/datasources/influxdb/" diff --git a/content/influxdb/v1.8/tools/influx_inspect.md b/content/influxdb/v1.8/tools/influx_inspect.md index c3f349b52..a3af3007f 100644 --- a/content/influxdb/v1.8/tools/influx_inspect.md +++ b/content/influxdb/v1.8/tools/influx_inspect.md @@ -1,6 +1,6 @@ --- title: Influx Inspect disk utility -description: Use the "influx_inspect" commands to manage InfluxDB disks and shards. +description: Use the `influx_inspect` commands to manage InfluxDB disks and shards. menu: influxdb_1_8: weight: 50 diff --git a/content/influxdb/v1.8/troubleshooting/_index.md b/content/influxdb/v1.8/troubleshooting/_index.md index 8a0fe3ebb..58089e210 100644 --- a/content/influxdb/v1.8/troubleshooting/_index.md +++ b/content/influxdb/v1.8/troubleshooting/_index.md @@ -1,8 +1,9 @@ --- -title: Troubleshooting InfluxDB +title: Troubleshoot InfluxDB +description: Troubleshoot issues with InfluxDB. menu: influxdb_1_8: - name: Troubleshooting + name: Troubleshoot weight: 110 --- diff --git a/content/influxdb/v1.8/troubleshooting/errors.md b/content/influxdb/v1.8/troubleshooting/errors.md index 954652b25..47d81ee5d 100644 --- a/content/influxdb/v1.8/troubleshooting/errors.md +++ b/content/influxdb/v1.8/troubleshooting/errors.md @@ -5,7 +5,7 @@ menu: influxdb_1_8: name: Error messages weight: 30 - parent: Troubleshooting + parent: Troubleshoot --- This page documents errors, their descriptions, and, where applicable, diff --git a/content/influxdb/v1.8/troubleshooting/frequently-asked-questions.md b/content/influxdb/v1.8/troubleshooting/frequently-asked-questions.md index 9b801785a..6808cfc51 100644 --- a/content/influxdb/v1.8/troubleshooting/frequently-asked-questions.md +++ b/content/influxdb/v1.8/troubleshooting/frequently-asked-questions.md @@ -5,9 +5,9 @@ aliases: menu: influxdb_1_8: - name: Frequently asked questions (FAQ) + name: Frequently asked questions (FAQs) weight: 10 - parent: Troubleshooting + parent: Troubleshoot --- This page addresses frequent sources of confusion and places where InfluxDB behaves in an unexpected way relative to other database systems. diff --git a/content/influxdb/v1.8/troubleshooting/query_management.md b/content/influxdb/v1.8/troubleshooting/query_management.md index d9c49020c..59dd3bfd3 100644 --- a/content/influxdb/v1.8/troubleshooting/query_management.md +++ b/content/influxdb/v1.8/troubleshooting/query_management.md @@ -1,11 +1,11 @@ --- title: InfluxQL query management - +description: Manage queries in InfluxQL. menu: influxdb_1_8: name: Query management weight: 20 - parent: Troubleshooting + parent: Troubleshoot --- Manage your InfluxQL queries using the following: diff --git a/content/influxdb/v1.8/write_protocols/line_protocol_reference.md b/content/influxdb/v1.8/write_protocols/line_protocol_reference.md index aca5c05ae..5d6866c02 100644 --- a/content/influxdb/v1.8/write_protocols/line_protocol_reference.md +++ b/content/influxdb/v1.8/write_protocols/line_protocol_reference.md @@ -202,21 +202,21 @@ You must use a backslash character `\` to escape the following special character * backslash character For example, `\"` escapes double quote. - + >#### Note on backslashes: > * If you use multiple backslashes, they must be escaped. Influx interprets backslashes as follows: - * `\` or `\\` interpreted as `\` - * `\\\` or `\\\\` interpreted as `\\` + * `\` or `\\` interpreted as `\` + * `\\\` or `\\\\` interpreted as `\\` * `\\\\\` or `\\\\\\` interpreted as `\\\`, and so on -* In tag keys, tag values, and field keys, you must escape: +* In tag keys, tag values, and field keys, you must escape: * commas * equal signs * spaces For example, `\,` escapes a comma. - + * In measurements, you must escape: * commas * spaces diff --git a/content/influxdb/v1.8/write_protocols/line_protocol_tutorial.md b/content/influxdb/v1.8/write_protocols/line_protocol_tutorial.md index f524e50e9..6bb1003be 100644 --- a/content/influxdb/v1.8/write_protocols/line_protocol_tutorial.md +++ b/content/influxdb/v1.8/write_protocols/line_protocol_tutorial.md @@ -1,5 +1,6 @@ --- title: InfluxDB line protocol tutorial +description: Tutorial for using InfluxDB line protocol. aliases: - /influxdb/v1.8/write_protocols/line/ menu: