Merge pull request #1121 from influxdata/glossary-edits
Make several small edits to glossarypull/1132/head
commit
ce48284a93
|
@ -395,7 +395,7 @@ Columns with unique values in each row are not part of the group key.
|
|||
### gzip
|
||||
|
||||
gzip is a type of data compression that compress chunks of data, which is restored by unzipping compressed gzip files.
|
||||
the gzip file extension is `.gz`.
|
||||
The gzip file extension is `.gz`.
|
||||
|
||||
## H
|
||||
|
||||
|
@ -439,11 +439,11 @@ Related entries: [explict block](#explicit-block), [block](#block)
|
|||
|
||||
### influx
|
||||
|
||||
A command line interface (CLI) that interacts with the InfluxDB daemon (influxd).
|
||||
`influx` is a command line interface (CLI) that interacts with the InfluxDB daemon (influxd).
|
||||
|
||||
### influxd
|
||||
|
||||
The InfluxDB daemon that runs the InfluxDB server and other required processes.
|
||||
`influxd` is the InfluxDB daemon that runs the InfluxDB server and other required processes.
|
||||
|
||||
### InfluxDB
|
||||
|
||||
|
@ -457,6 +457,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 2.0 is the [Flux](#flux) language.
|
||||
|
||||
### input plugin
|
||||
|
||||
|
@ -489,7 +490,7 @@ For example, an "admin" token sent to a client can prove the client is logged in
|
|||
Tokens are signed by one party's private key (typically, the server).
|
||||
Private keys are used by both parties to verify that a token is legitimate.
|
||||
|
||||
JWT uses an open standard [RFC 7519](https://tools.ietf.org/html/rfc7519).
|
||||
JWT uses an open standard specified in [RFC 7519](https://tools.ietf.org/html/rfc7519).
|
||||
|
||||
### Jaeger
|
||||
|
||||
|
@ -757,7 +758,7 @@ See [Query data in InfluxDB](/v2.0/query-data/).
|
|||
|
||||
### REPL
|
||||
|
||||
A read-eval-print-loop is an interactive programming environment where you type a command and immediately see the result.
|
||||
A read-eval-print-loop (REPL) is an interactive programming environment where you type a command and immediately see the result.
|
||||
See [Use the influx CLI's REPL](/v2.0/query-data/get-started/syntax-basics/#use-the-influx-cli-s-repl).
|
||||
|
||||
### record
|
||||
|
@ -1064,7 +1065,7 @@ TSI uses the operating system's page cache to pull frequently accessed data into
|
|||
|
||||
### TSL
|
||||
|
||||
The Time Series Logs (TSL) extension (.tsl) identifies Time Series Index (TSI) log files, generated by the tsi1 engine.
|
||||
The Time Series Logs (TSL) extension (`.tsl`) identifies Time Series Index (TSI) log files, generated by the tsi1 engine.
|
||||
|
||||
### TSM (Time Structured Merge tree)
|
||||
|
||||
|
|
Loading…
Reference in New Issue