Commit Graph

59 Commits

Author SHA1 Message Date
Michael Kozono 8f4d656911 Remove mention of sidekiq.log
See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/149790
2024-05-09 23:18:34 +00:00
Lysanne Pinto 460e3ffd20 Fix links in GitLab Omnibus project 2024-05-02 00:48:55 +00:00
Asmaa Hassan 80728911e4 Removing references of old versions of distribution:deply | omnibus docs 2024-04-23 20:34:58 +00:00
Julian Paul Dasmarinas af677e4603 Docs: Added pre_sleep and post_sleep in logrotation 2024-03-19 10:53:55 +00:00
Amy Qualls 5b97a8e092
Update redirected or broken links
Fix these links so they go to the right location.
2024-03-01 16:34:23 -08:00
Marcel Amirault 4ec342fa4a
Update version notes to new style
Remove badges and add hyphens to history
2024-01-24 16:29:14 +09:00
Kate Grechishkina dccfb950a5 Change gitaly logging configuration structure 2023-12-05 16:19:34 +00:00
Marcel Amirault 96dc958c13
Update links to TW team handbook page 2023-12-05 12:40:46 +09:00
Evan Read 73788d1754 Update some installation type references for docs 2023-08-02 06:46:52 +00:00
Balasankar 'Balu' C 3ed10c0017 Merge branch 'jcunha-remove-long-list-deprecated-gitaly-keys' into 'master'
Stop accepting the old Gitaly config structure

See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6866

Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Reviewed-by: Sami Hiltunen <shiltunen@gitlab.com>
Co-authored-by: João Cunha <j.a.cunha@gmail.com>
2023-05-17 06:07:11 +00:00
João Alexandre Cunha 5af5598e3c Remove old Gitaly configuration remapping
The old configuration structure was deprecated and expected to be
removed in 16.0. User should refer to this link for the config
migration:

https://docs.gitlab.com/ee/update/#gitaly-omnibus-gitlab-configuration-structure-change

Changelog: removed
2023-05-17 06:07:11 +00:00
Stan Hu 3a9e3c63a7
Update docs to use sidekiq['log_format'] of `text` instead of `default`
`default` is confusing if we need to switch the default to JSON as we
are discussing in
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/120668.

We should make the docs consistent and use `text`, which is both
backward and foward compatible.
2023-05-16 09:31:55 -07:00
Jason Young ecfca36c98 Add ability to set log directory group for runit managed services
Changelog: added
Signed-off-by: Jason Young <jyoung@gitlab.com>
2023-05-04 06:26:51 +00:00
Marcin Sedlak-Jakubowski c1a52cc8c9 Update docs metadata on Omnibus logs doc 2023-03-10 12:44:38 +00:00
Kati Paizee 689490ed1a Fix broken links in docs 2022-11-16 22:42:47 +00:00
Andrew Patterson 844fde8a5c Expand documentation for logrotate settings.
Add explanatory text to the logrotate section --

https://docs.gitlab.com/omnibus/settings/logs.html#logrotate

In particular, break up the defaults, per-service, overrides, and
disable example into three sections and add explanatory text instead of
just providing an example.

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/331543
2022-09-30 05:39:06 +00:00
Amy Qualls ba948712f4 Add missing metadata to pages
These pages had no metadata at all. Add it in, so the pages are
counted.
2022-09-21 18:19:11 +00:00
Amy Qualls 6f2577ccaa
Clean up multi-line links in Omnibus repo
These links had their linking words separated by a hard wrap, which
confuses many linters for links. Let's fix them so linting happens
correctly
2022-08-08 09:12:23 -07:00
Cynthia "Arty" Ng 7d3bf71b0b Move rbtrace logging to omnibus docs 2022-07-14 21:18:24 +00:00
Balasankar "Balu" C 32170e2fc3
Specify code block language in docs
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2021-07-19 10:00:53 +05:30
Dylan Griffith 642adc9795 Document which log_level can/can't be configured 2021-07-16 07:32:13 +00:00
Marcel Amirault 951aa276ab Update omnibus readmes to index 2021-06-28 10:28:47 +00:00
Balasankar "Balu" C c3df25a9f5
Update links to point to PG 12
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2021-06-15 21:40:47 +05:30
Stephan Kirsten 798545aa9b Removes not for resolved issue #4938 2021-05-20 11:48:30 +00:00
Craig Norris 55b26e33a5 Tier badge updates for Omnibus logs page
Updates to tier badging for Omnibus logs page.
2021-05-19 12:42:33 +00:00
Joshua Lambert a90907954e Apply 1 suggestion(s) to 1 file(s) 2021-01-07 23:01:56 +00:00
Joshua Lambert 71512db93e Clarify that UDP log forwarding is Starter and up 2021-01-07 02:06:52 +00:00
Suzanne Selhorn 07012d5768 Docs: Changed alerts to new style
Related to: https://gitlab.com/groups/gitlab-org/-/epics/5020
2020-12-08 08:16:05 +00:00
Ben Prescott 6894006f85 logrotate defaults: set notifempty so empty files are not rotated 2020-10-29 06:50:49 +00:00
Evan Read 0b37380226 Synchronize lint rules and fix where required 2020-08-10 12:37:54 +10:00
Jason Young 744f8afa2e Fix template line for the default workhorse log format
While the workhorse source version still defaults to text - the Omnibus default for gitlab-workhorse changed to json as part of 12.0 - see https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/3292
2020-06-09 08:40:24 +00:00
Evan Read 68b7a66408 Refresh Vale rules 2020-05-22 05:05:52 +00:00
DJ Mountney f632df742b Merge branch '4698-puma-default' into 'master'
Enable Puma by default instead of Unicorn

Closes #4698

See merge request gitlab-org/omnibus-gitlab!4141
2020-05-07 19:14:45 +00:00
Balasankar "Balu" C ca5f3584b9 Enable Puma by default instead of unicorn
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
2020-05-07 19:14:45 +00:00
Amy Qualls 578d25d618 Docs: add stage metadata to logs page
Add stage information to the metadata of the logs page
2020-05-07 18:45:24 +00:00
Dustin Collins d94695ea11 Update links to PostgreSQL docs, point to version 11 2020-05-06 10:29:41 +00:00
Rupa Schomaker 257f7e72f6 Apply suggestion to doc/settings/logs.md 2020-04-20 16:19:48 +00:00
Rupa Schomaker 328544dbf2 status arg should be status file 2020-04-16 14:08:16 +00:00
Zeger-Jan van de Weg 0d8d9ba678 docs: Gitaly logging format default is invalid
Gitaly doesn't support the string 'default' as value without warning the
user. Supported values are either the empty string, or 'json'. This
change updates the documentation to be valid again.

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/212826
2020-04-15 14:28:13 +00:00
Evan Read 3b269b0571 Updates Markdownlint configuration from GitLab project 2020-04-06 06:05:25 +00:00
Greg Myers a957cd4b63 Add command for on-demand omnibus log rotation
Add logrotate command for instant log rotation
2020-03-17 21:55:54 +00:00
Stan Hu 05a0484ea4 Make PostgreSQL log settings configurable
PostgreSQL supports CSV logging out of the box, and we should enabled
this form of structured logging to make it easier to parse and ingest
these logs into our Elasticsearch cluster.

This came out of an investigation in
https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/9254 and
pertains to
https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/4973.
2020-02-20 19:02:09 -08:00
Marcel Amirault df3cc4059a Update links to docs (from /ce to /ee) 2019-11-01 10:52:15 +00:00
Marcel Amirault c4aded0bbf Update even more caps in omnibus docs
Capitalization corrected, or backticks added, as needed
2019-09-06 07:23:26 +00:00
Marcel Amirault e66f93ebdc Clean up markdown in omnibus settings docs
Clean up various markdown issues in omnibus settings docs,
including whitespace, spacing, headers and code blocks
2019-07-23 00:05:09 +00:00
Chenjerai Katanda c20ac7c024 Add ability to set 'maxsize' for logrotate configs with /etc/gitlab/gitlab.rb 2019-07-11 09:25:21 +00:00
Marcel Amirault ab94420752 Tweak markdown to fix links and prevent warnings 2019-06-27 00:06:58 +00:00
Robert Marshall aa76440528 Document Setting Logs to Non-JSON Format
- Document method for retaining previous log format settings for
  installations where the JSON format is not desired.

Related: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4102
Closes: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4363

Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
2019-05-28 16:27:25 -04:00
Robert Marshall 2298b26dd8 GitLab-Pages can output JSON format logs
- GitLab Pages can output logs in JSON format but this is not documented
  in Omnibus. Add the proper setting information to the logging page.

Related to https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4102

Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
2019-05-22 00:01:30 -04:00
Stan Hu 2864d96e97 Document JSON logging for all components
Closes https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4075
2019-04-18 13:39:56 +00:00