Skip to content

Commit 1ad3ce5

Browse files
authored
Merge pull request #31109 from github/repo-sync
Repo sync
2 parents b5cc8ae + bca281d commit 1ad3ce5

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

content/admin/administering-your-instance/administering-your-instance-from-the-command-line/command-line-utilities.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -678,24 +678,12 @@ To create a standard bundle:
678678
ssh -p 122 admin@HOSTNAME -- 'ghe-cluster-support-bundle -o' > cluster-support-bundle.tgz
679679
```
680680

681-
To create a standard bundle including data from the last 3 hours:
682-
683-
```shell
684-
ssh -p 122 admin@HOSTNAME -- "ghe-cluster-support-bundle -p {% ifversion bundle-cli-syntax-no-quotes %}3hours {% elsif ghes < 3.9 %}'3 hours' {% endif %} -o" > support-bundle.tgz
685-
```
686-
687681
To create a standard bundle including data from the last 2 days:
688682

689683
```shell
690684
ssh -p 122 admin@HOSTNAME -- "ghe-cluster-support-bundle -p {% ifversion bundle-cli-syntax-no-quotes %}2days {% elsif ghes < 3.9 %}'2 days' {% endif %} -o" > support-bundle.tgz
691685
```
692686

693-
To create a standard bundle including data from the last 4 days and 8 hours:
694-
695-
```shell
696-
ssh -p 122 admin@HOSTNAME -- "ghe-cluster-support-bundle -p {% ifversion bundle-cli-syntax-no-quotes %}4days8hours {% elsif ghes < 3.9 %}'4 days 8 hours' {% endif %} -o" > support-bundle.tgz
697-
```
698-
699687
To create an extended bundle including data from the last 8 days:
700688

701689
```shell
@@ -1131,24 +1119,12 @@ To create a standard bundle:
11311119
ssh -p 122 admin@HOSTNAME -- 'ghe-support-bundle -o' > support-bundle.tgz
11321120
```
11331121

1134-
To create a standard bundle including data from the last 3 hours:
1135-
1136-
```shell
1137-
ssh -p 122 admin@HOSTNAME -- "ghe-support-bundle -p {% ifversion bundle-cli-syntax-no-quotes %}3hours {% elsif ghes < 3.9 %}'3 hours' {% endif %} -o" > support-bundle.tgz
1138-
```
1139-
11401122
To create a standard bundle including data from the last 2 days:
11411123

11421124
```shell
11431125
ssh -p 122 admin@HOSTNAME -- "ghe-support-bundle -p {% ifversion bundle-cli-syntax-no-quotes %}2days {% elsif ghes < 3.9 %}'2 days' {% endif %} -o" > support-bundle.tgz
11441126
```
11451127

1146-
To create a standard bundle including data from the last 4 days and 8 hours:
1147-
1148-
```shell
1149-
ssh -p 122 admin@HOSTNAME -- "ghe-support-bundle -p {% ifversion bundle-cli-syntax-no-quotes %}4days8hours {% elsif ghes < 3.9 %}'4 days 8 hours' {% endif %} -o" > support-bundle.tgz
1150-
```
1151-
11521128
To create an extended bundle including data from the last 8 days:
11531129

11541130
```shell

content/support/contacting-github-support/providing-data-to-github-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ After you submit your support request, we may ask you to share a support bundle
9898

9999
For more information, see "[AUTOTITLE](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise)."
100100

101-
Support bundles include logs from the past two days by default. You can specify an exact duration in hours or days. To provide logs from the past eight days, you can download an extended support bundle. For more information, see "[Creating and sharing extended support bundles](#creating-and-sharing-extended-support-bundles)."
101+
Support bundles include logs from the past two days by default. You can specify an exact duration in days. To provide logs from the past eight days, you can download an extended support bundle. For more information, see "[Creating and sharing extended support bundles](#creating-and-sharing-extended-support-bundles)."
102102

103103
{% tip %}
104104

0 commit comments

Comments
 (0)