Skip to content

Commit 74b8605

Browse files
authored
Fix typos (fluent#562)
Seamtext -> Sematext InfludDB -> InfluxDB kinaba -> kibana udpate -> update updgrade -> upgrade pacakge -> package sidgump -> sigdump ignore_repeated_log_inteval -> ignore_repeated_log_interval -> databse -> database Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 9d85916 commit 74b8605

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

deployment/command-line-option.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ On Windows, this makes all Fluentd processes (including all worker processes) du
200200
Since this uses [SIGDUMP](https://github.com/frsyuki/sigdump), you can change the output path by specifying `SIGDUMP_PATH` environment variable. Note that the path has to be a file path.
201201

202202
```Powershell
203-
$ $env:SIGDUMP_PATH="/sigdump/sigdump.log" # The directory `sidgump` has to exist.
204-
$ fuentd -c ...
203+
$ $env:SIGDUMP_PATH="/sigdump/sigdump.log" # The directory `sigdump` has to exist.
204+
$ fluentd -c ...
205205
$ fluent-ctl dump # At another shell.
206206
```
207207

deployment/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Under high loaded environment, output destination sometimes becomes unstable and
132132
</system>
133133
```
134134

135-
This is similar to `ignore_repeated_log_inteval` but covers more usecases. For example, if the plugin generates several log messages in one action, logs are not repeated:
135+
This is similar to `ignore_repeated_log_interval` but covers more usecases. For example, if the plugin generates several log messages in one action, logs are not repeated:
136136

137137
```text
138138
# Retry generates several type messages. ignore_repeated_log_interval can't suppress these messages

filter/geoip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This configuration adds the geolocation information to `apache.access`:
4545
# Specify one or more geoip lookup field which has ip address (default: host)
4646
geoip_lookup_keys host
4747
48-
# Specify optional geoip database (using bundled GeoLiteCity databse by default)
48+
# Specify optional geoip database (using bundled GeoLiteCity database by default)
4949
# geoip_database "/path/to/your/GeoIPCity.dat"
5050
# Specify optional geoip2 database (using bundled GeoLite2 database by default)
5151
# geoip2_database "/path/to/your/GeoLite2-City.mmdb"

how-to-guides/free-alternative-to-splunk-by-fluentd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $ ./bin/elasticsearch
5353

5454
{% hint style='info' %}
5555
* You can also install Elasticsearch \(and Kibana\) using RPM/DEB packages. For details, please refer to [the official instructions](https://www.elastic.co/downloads).
56-
* You can create enrollment token for kinaba. Use `./bin/elasticsearch-create-enrollment-token -s kibana`.
56+
* You can create enrollment token for kibana. Use `./bin/elasticsearch-create-enrollment-token -s kibana`.
5757
* You can reset default password for `elastic`, Use `./bin/elasticsearch-reset-password -u elastic`.
5858
{% endhint %}
5959

how-to-guides/logs-to-sematext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ $ sudo systemctl restart rsyslog
9696

9797
Once Fluentd receives logs from `rsyslog` and ships them to Sematext, you can view, search and visualize the log data using prebuilt Dashboards, by creating custom Dashboards, or with Kibana.
9898

99-
First of all, open up the Seamtext UI and access your App. You'll see prebuilt dashboards with full-text search, filters, and alerts out-of-the-box.
99+
First of all, open up the Sematext UI and access your App. You'll see prebuilt dashboards with full-text search, filters, and alerts out-of-the-box.
100100

101101
![Sematext: Configure Logs](../.gitbook/assets/sematext-configure-logs.png)
102102

how-to-guides/syslog-influxdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ You can install Chronograf via major packaging systems.
119119
* [Install Chronograf](https://docs.influxdata.com/chronograf/v1/introduction/installation/)
120120

121121
{% hint style='info' %}
122-
Setup Chronograf "InfluxDB v2 Auth" to connect with InfludDB v2. See [Use Chronograf with InfluxDB OSS](https://docs.influxdata.com/influxdb/v2/tools/chronograf/).
122+
Setup Chronograf "InfluxDB v2 Auth" to connect with InfluxDB v2. See [Use Chronograf with InfluxDB OSS](https://docs.influxdata.com/influxdb/v2/tools/chronograf/).
123123
{% endhint %}
124124

125125
Then, go to http://localhost:8888 and clicking on `Explore` brings up the query interface that **lets you write SQL queries against your log data**.

quickstart/fluent-package-v5-vs-td-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ New stable. Major feature updates to `fluent-package` v5 are as follows:
4646
* Normal release
4747
* Long Term Support (LTS)
4848
* Added new features:
49-
* Zero-downtime restart / udpate
49+
* Zero-downtime restart / update
5050
* [fluent-package v5.2.0 has been released](https://www.fluentd.org/blog/fluent-package-v5.2.0-has-been-released)
5151
* [Zero-downtime restart](../deployment/zero-downtime-restart.md)
5252
* Fixed some serious bugs:
@@ -87,7 +87,7 @@ How to install `fluent-package`:
8787
* [Windows](../installation/install-fluent-package/install-by-msi-fluent-package.md)
8888
* [RubyGems](../installation/install-by-gem.md)
8989

90-
How to updgrade to `fluent-pacakge`:
90+
How to upgrade to `fluent-package`:
9191

9292
* [Upgrade to fluent-package v5](https://www.fluentd.org/blog/upgrade-td-agent-v4-to-v5).
9393

0 commit comments

Comments
 (0)