You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> in your [InfluxDB Enterprise data node configuration file](/enterprise_influxdb/v1/administration/configure/config-data-nodes/).
90
154
91
155
### Bug Fixes
92
156
@@ -101,29 +165,28 @@ in your [InfluxDB Enterprise data node configuration file](/enterprise_influxdb/
101
165
102
166
## v1.11.4 {date="2023-12-14"}
103
167
104
-
{{% note %}}
105
-
#### Series file compaction
106
-
107
-
With InfluxDB Enterprise v1.11.4+, InfluxDB can be configured to optionally
108
-
[compact series files](/enterprise_influxdb/v1/tools/influx_inspect/#--compact-series-file-)
109
-
before data nodes are started.
110
-
Series files are stored in `_series` directories inside the
111
-
[InfluxDB data directory](/enterprise_influxdb/v1/concepts/file-system-layout/#data-node-file-system-layout).
112
-
Default: `/var/lib/data/<db-name>/_series`.
113
-
114
-
To compact series files on startup, set the [`compact-series-file` configuration option](/enterprise_influxdb/v1/administration/configure/config-data-nodes/#compact-series-file)
115
-
to `true` in your [InfluxDB Enterprise data node configuration file](/enterprise_influxdb/v1/administration/configure/config-data-nodes/).
116
-
117
-
- If any series files are corrupt, the `influx_inspect` or `influxd` processes on
118
-
the data node may fail to start. In both cases, delete the series file
119
-
directories before restarting the database. InfluxDB automatically
120
-
regenerates the necessary series directories and files when restarting.
121
-
- To check if series files are corrupt before starting the database, run the
- If series files are large (20+ gigabytes), it may be faster to delete the
125
-
series file directories before starting the database.
126
-
{{% /note %}}
168
+
> [!Note]
169
+
> #### Series file compaction
170
+
>
171
+
> With InfluxDB Enterprise v1.11.4+, InfluxDB can be configured to optionally
172
+
> [compact series files](/enterprise_influxdb/v1/tools/influx_inspect/#--compact-series-file-)
173
+
> before data nodes are started.
174
+
> Series files are stored in `_series` directories inside the
175
+
> [InfluxDB data directory](/enterprise_influxdb/v1/concepts/file-system-layout/#data-node-file-system-layout).
176
+
> Default: `/var/lib/data/<db-name>/_series`.
177
+
>
178
+
> To compact series files on startup, set the [`compact-series-file` configuration option](/enterprise_influxdb/v1/administration/configure/config-data-nodes/#compact-series-file)
179
+
> to `true` in your [InfluxDB Enterprise data node configuration file](/enterprise_influxdb/v1/administration/configure/config-data-nodes/).
180
+
>
181
+
> - If any series files are corrupt, the `influx_inspect` or `influxd` processes on
182
+
> the data node may fail to start. In both cases, delete the series file
183
+
> directories before restarting the database. InfluxDB automatically
184
+
> regenerates the necessary series directories and files when restarting.
185
+
> - To check if series files are corrupt before starting the database, run the
> - If series files are large (20+ gigabytes), it may be faster to delete the
189
+
> series file directories before starting the database.
127
190
128
191
### Bug Fixes
129
192
@@ -448,8 +511,10 @@ An edge case regression was introduced into this version that may cause a consta
448
511
449
512
## v1.9.6 {date="2022-02-16"}
450
513
451
-
{{% note %}} InfluxDB Enterprise offerings are no longer available on AWS, Azure, and GCP marketplaces. Please [contact Sales](https://www.influxdata.com/contact-sales/) to request an license key to [install InfluxDB Enterprise in your own environment](/enterprise_influxdb/v1/introduction/installation/).
452
-
{{% /note %}}
514
+
> [!Note]
515
+
> InfluxDB Enterprise offerings are no longer available on AWS, Azure, and GCP
> to request an license key to [install InfluxDB Enterprise in your own environment](/enterprise_influxdb/v1/introduction/installation/).
453
518
454
519
### Features
455
520
@@ -495,10 +560,9 @@ An edge case regression was introduced into this version that may cause a consta
495
560
496
561
## v1.9.5 {date="2021-10-11"}
497
562
498
-
{{% note %}}
499
-
InfluxDB Enterprise 1.9.4 was not released.
500
-
Changes below are included in InfluxDB Enterprise 1.9.5.
501
-
{{% /note %}}
563
+
> [!Note]
564
+
> InfluxDB Enterprise 1.9.4 was not released.
565
+
> Changes below are included in InfluxDB Enterprise 1.9.5.
502
566
503
567
### Features
504
568
@@ -581,7 +645,7 @@ in that there is no corresponding InfluxDB OSS release.
581
645
582
646
### Features
583
647
- Upgrade to Go 1.15.10.
584
-
- Support user-defined *node labels*.
648
+
- Support user-defined _node labels_.
585
649
Node labels let you assign arbitrary key-value pairs to meta and data nodes in a cluster.
586
650
For instance, an operator might want to label nodes with the availability zone in which they're located.
587
651
- Improve performance of `SHOW SERIES CARDINALITY` and `SHOW SERIES CARDINALITY from <measurement>` InfluxQL queries.
@@ -646,10 +710,9 @@ in that there is no corresponding InfluxDB OSS release.
646
710
Instead, use [`inch`](https://github.com/influxdata/inch)
647
711
or [`influx-stress`](https://github.com/influxdata/influx-stress) (not to be confused with `influx_stress`).
648
712
649
-
{{% note %}}
650
-
**Note:** InfluxDB Enterprise 1.9.0 and 1.9.1 were not released.
651
-
Bug fixes intended for 1.9.0 and 1.9.1 were rolled into InfluxDB Enterprise 1.9.2.
652
-
{{% /note %}}
713
+
> [!Note]
714
+
> InfluxDB Enterprise 1.9.0 and 1.9.1 were not released.
715
+
> Bug fixes intended for 1.9.0 and 1.9.1 were rolled into InfluxDB Enterprise 1.9.2.
653
716
654
717
---
655
718
@@ -756,11 +819,15 @@ For details on changes incorporated from the InfluxDB OSS release, see
756
819
757
820
### Features
758
821
759
-
#### **Back up meta data only**
822
+
#### Back up meta data only
760
823
761
-
- Add option to back up **meta data only** (users, roles, databases, continuous queries, and retention policies) using the new `-strategy` flag and `only meta` option: `influx ctl backup -strategy only meta </your-backup-directory>`.
824
+
- Add option to back up **meta data only** (users, roles, databases, continuous
825
+
queries, and retention policies) using the new `-strategy` flag and `only meta`
826
+
option: `influx ctl backup -strategy only meta </your-backup-directory>`.
762
827
763
-
> **Note:** To restore a meta data backup, use the `restore -full` command and specify your backup manifest: `influxd-ctl restore -full </backup-directory/backup.manifest>`.
828
+
> [!Note]
829
+
> To restore a meta data backup, use the `restore -full` command and specify
830
+
> your backup manifest: `influxd-ctl restore -full </backup-directory/backup.manifest>`.
764
831
765
832
For more information, see [Perform a metastore only backup](/enterprise_influxdb/v1/administration/backup-and-restore/#perform-a-metastore-only-backup).
766
833
@@ -1007,7 +1074,10 @@ The following summarizes the expected settings for proper configuration of JWT a
1007
1074
`""`.
1008
1075
- A long pass phrase is recommended for better security.
1009
1076
1010
-
>**Note:** To provide encrypted internode communication, you must enable HTTPS. Although the JWT signature is encrypted, the the payload of a JWT token is encoded, but is not encrypted.
1077
+
> [!Note]
1078
+
> To provide encrypted internode communication, you must enable HTTPS. Although
1079
+
> the JWT signature is encrypted, the the payload of a JWT token is encoded, but
0 commit comments