Skip to content

Commit 8d4e9c1

Browse files
committed
updated sensu-docs
As per review comments updated docs
1 parent 26bac93 commit 8d4e9c1

File tree

1 file changed

+13
-13
lines changed
  • content/sensu-go/6.13/observability-pipeline/observe-schedule

1 file changed

+13
-13
lines changed

content/sensu-go/6.13/observability-pipeline/observe-schedule/backend.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -459,19 +459,6 @@ sensu-backend start --access-token-expiry 1440m
459459
access-token-expiry: 1440m
460460
{{< /code >}} |
461461

462-
| refresh-token-expiry | |
463-
|----------------------|-----|
464-
| description | Control expiry of refresh token. The duration must be specified in minutes. |
465-
| type | String |
466-
| default | 10080m |
467-
| environment variable | SENSU_BACKEND_REFRESH_TOKEN_EXPIRY |
468-
| command line example | {{< code shell >}}
469-
sensu-backend start --refresh-token-expiry 10080m
470-
{{< /code >}} |
471-
| backend.yml config file example | {{< code shell >}}
472-
refresh-token-expiry: 10080m
473-
{{< /code >}} |
474-
475462

476463
| api-listen-address | |
477464
-------------|------
@@ -697,6 +684,19 @@ metrics-refresh-interval: 10s{{< /code >}}
697684

698685
<a id="state-dir-option"></a>
699686

687+
| refresh-token-expiry | |
688+
|----------------------|-----|
689+
| description | Control expiry of refresh token. The duration must be specified in minutes. |
690+
| type | String |
691+
| default | 10080m |
692+
| environment variable | SENSU_BACKEND_REFRESH_TOKEN_EXPIRY |
693+
| command line example | {{< code shell >}}
694+
sensu-backend start --refresh-token-expiry 10080m
695+
{{< /code >}} |
696+
| backend.yml config file example | {{< code shell >}}
697+
refresh-token-expiry: 10080m
698+
{{< /code >}} |
699+
700700
| state-dir | |
701701
-------------|------
702702
description | Path to Sensu state storage: `/var/lib/sensu/sensu-backend`.

0 commit comments

Comments
 (0)