feat: add owner and instance owner
parent
1bfd840161
commit
9bc6cbb042
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
\---
|
||||
title: Glossary
|
||||
description: >
|
||||
Terms related to InfluxData products and platforms.
|
||||
|
@ -492,7 +492,7 @@ The graphical web interface provided by InfluxDB for visualizing data and managi
|
|||
### InfluxQL
|
||||
|
||||
The SQL-like query language used to query data in InfluxDB 1.x.
|
||||
The prefered method for querying data in InfluxDB {{< current-version >}} is the [Flux](#flux) language.
|
||||
The preferred method for querying data in InfluxDB {{< current-version >}} is the [Flux](#flux) language.
|
||||
|
||||
### input plugin
|
||||
|
||||
|
@ -506,6 +506,14 @@ Related entries: [aggregator plugin](#aggregator-plugin), [collection interval](
|
|||
An entity comprising data on a server (or virtual server in cloud computing).
|
||||
<!-- An instance in an InfluxDB Enterprise cluster may scale across multiple servers or nodes in a network. -->
|
||||
|
||||
{{% oss-only %}}
|
||||
### instance owner
|
||||
|
||||
A type of admin role for a user.
|
||||
Instance owners have read/write permissions for all resources within the instance.
|
||||
|
||||
{{% /oss-only %}}
|
||||
|
||||
### integer
|
||||
|
||||
A whole number that is positive, negative, or zero (`0`, `-5`, `143`).
|
||||
|
@ -696,6 +704,15 @@ Learn about the [option assignment](/{{< latest "flux" >}}/spec/assignment-scope
|
|||
A workspace for a group of users.
|
||||
All dashboards, tasks, buckets, members, and so on, belong to an organization.
|
||||
|
||||
{{% oss-only %}}
|
||||
### owner
|
||||
|
||||
A type of role for a user.
|
||||
Owners have read/write permissions.
|
||||
Users can have owner roles for bucket and organization resources.
|
||||
|
||||
{{% /oss-only %}}
|
||||
|
||||
### output plugin
|
||||
|
||||
Telegraf output plugins deliver metrics to their configured destination.
|
||||
|
|
Loading…
Reference in New Issue