Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
be7b2c55
Commit
be7b2c55
authored
Aug 01, 2021
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab master
parents
a51df23d
40a0fa5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/administration/job_logs.md
doc/administration/job_logs.md
+1
-1
doc/administration/troubleshooting/log_parsing.md
doc/administration/troubleshooting/log_parsing.md
+1
-1
No files found.
doc/administration/job_logs.md
View file @
be7b2c55
...
...
@@ -101,7 +101,7 @@ Archived logs are considered as [job artifacts](job_artifacts.md).
Therefore, when you
[
set up the object storage integration
](
job_artifacts.md#object-storage-settings
)
,
job logs are automatically migrated to it along with the other job artifacts.
See "Phase
4
: uploading" in
[
Data flow
](
#data-flow
)
to learn about the process.
See "Phase
3
: uploading" in
[
Data flow
](
#data-flow
)
to learn about the process.
## Prevent local disk usage
...
...
doc/administration/troubleshooting/log_parsing.md
View file @
be7b2c55
...
...
@@ -60,7 +60,7 @@ zcat some_json.log.25.gz | (head -1; tail -1) | jq '.time'
#### Find all requests with a 5XX status code
```
shell
jq
'select(status >= 500)'
<FILE>
jq
'select(
.
status >= 500)'
<FILE>
```
#### Top 10 slowest requests
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment