Commit Graph

222 Commits

Author SHA1 Message Date
86dbea14fd
Modify running fluent-bit through docker and reading log files (#234) 2024-05-30 17:30:24 +03:00
124c6be56e
Fix the dotnet auto-update issue (#248) 2024-05-30 12:42:38 +03:00
1e4d844f69
Remove logrotate usage in packages (#241) 2024-05-30 12:37:54 +03:00
d41b7c1e03
Add http/3 support to docker (#235) 2024-05-30 12:35:36 +03:00
84ef92a4ee
Add openssl dependency for packages (#249) 2024-05-24 16:04:02 +03:00
5014429c2b
Check if firewalld service is running (#247) 2024-05-23 17:12:24 +03:00
a6b2bb16a0 Merge branch 'hotfix/v2.5.1' into develop 2024-05-21 15:50:48 +04:00
d2649c8160
Fix bug 65859 - Create swapfile on Fedora39 (#243) 2024-05-21 10:07:38 +03:00
1dcb2bbd5f
Fix ubuntu24 install: dotnet-8.0 (#242) 2024-05-21 10:05:54 +03:00
10e43f0434 Merge branch 'hotfix/v2.5.1' into develop 2024-05-16 19:09:43 +04:00
643ea392e4
Upgrade mysql packages to 8.4.0 (#238) 2024-05-16 16:10:15 +03:00
eb547c338f
fix Bug 67990 - Add automatic installation of docker on RedHat (#240) 2024-05-16 12:32:38 +03:00
6ab1d625c7 Merge branch 'hotfix/v2.5.1' into develop 2024-05-15 18:37:08 +04:00
0a652b552e
Fix RHEL distribution check condition (#237) 2024-05-15 12:37:45 +03:00
83eada812f
Fix Ubuntu24 install: redis openresty nginx fluent (#233) 2024-05-14 11:05:00 +03:00
0af8141025 Merge branch 'hotfix/v2.5.1' into develop 2024-05-13 18:24:03 +04:00
37384d4ce2
Fix mysqld start service (#232) 2024-05-13 11:05:16 +03:00
a127774c46 Merge branch 'hotfix/v2.5.1' into develop 2024-05-13 11:24:39 +04:00
d67a2222d4 Add healthcheck for MySQL container 2024-05-09 17:57:17 +03:00
2ae938697c Remove default-authentication-plugin config due to obsolescence 2024-05-08 16:31:27 +03:00
feb177ba2b Modify healthcheck links for login, doceditor 2024-05-06 10:33:49 +03:00
8c63ceb70a
Fix bug 67793 - Disable elasticsearch service (#226) 2024-05-02 12:06:08 +03:00
307522166c Merge branch 'release/v2.5.0' into hotfix/v2.5.1 2024-04-27 12:57:15 +04:00
Nasrullo Nurullaev
22d0b3101f
Fix updating issue with ApiSystem (#225) 2024-04-26 20:09:15 +03:00
a6e1e8535a Merge branch 'release/v2.5.0' into hotfix/v2.5.1 2024-04-26 15:00:28 +04:00
Nasrullo Nurullaev
b5cdd679c2
fix Bug 67717 - Fix management page issue (#223) 2024-04-26 13:57:33 +03:00
24e1c76e03 Merge branch 'release/v2.5.0' into hotfix/v2.5.1 2024-04-25 14:27:06 +04:00
5dcbfee790
Fix bug 67631 - truncate opensearch indexes after app update (#222) 2024-04-25 10:49:24 +03:00
3315c27ee3 Merge branch 'release/v2.5.0' into hotfix/v2.5.1 2024-04-24 19:46:39 +04:00
340b1c8a43
Disable fluent-bit and dashboard setup for Docker (#220) 2024-04-24 17:02:42 +03:00
766818a130 Merge branch 'release/v2.5.0' into hotfix/v2.5.1 2024-04-24 10:37:38 +04:00
Nasrullo Nurullaev
8e47824fbe
Enable ApiSystem service installing (#219) 2024-04-23 17:52:19 +03:00
364434b013
Add stopping the elasticsearch container when updating to opensearch (#218) 2024-04-23 14:31:59 +03:00
Nasrullo Nurullaev
049f0dfa17
fix Bug 67633 - Fix issue with service starting (#217) 2024-04-23 14:09:00 +03:00
Nasrullo Nurullaev
48924f8a5b
fix Bug 67421 - Add ingest-attachment plugin file (#216) 2024-04-23 13:16:40 +03:00
11c0de784e Merge branch 'release/v2.5.0' into hotfix/v2.5.1 2024-04-23 13:58:46 +04:00
31110c093f Docker: Dev: Disable write config/elastic.json for dev env 2024-04-23 13:58:22 +04:00
84e8271a04
Enable services fluent-bit dashboards (#215) 2024-04-23 10:18:54 +03:00
d92ac9c0ac
Bugfix/opensearch dashboards passwd generation (#213) 2024-04-23 10:15:44 +03:00
45859997b1
Troubleshoot the display of Spaces functionality (#214) 2024-04-23 10:01:40 +03:00
dced6ff912
Remove obsolete docker compose warning (#210) 2024-04-22 15:37:38 +03:00
9020b2214a
Correct the lintian warnings (#211) 2024-04-22 15:25:41 +03:00
a3947ac070
Fix a bug with starting services on device reboot (#212) 2024-04-22 14:15:11 +03:00
b9097d5ef1
Fix port-already-in-use openresty error (#206) 2024-04-17 15:31:28 +03:00
d21d760b01
Configure dashboards & fluent-bit (#200) 2024-04-17 15:10:06 +03:00
fde212c05c
Add opensearch-dashboards and fluent-bit to retrieve docker logs (#170)
* Migration to opensearch

* Implement indexes update on version change

* Add opensearch-dashboard and logstash to retrieve docker logs

* Replace logstash with fluent-bit to retrieve docker logs

* Add running fluent-bit logging to OCI

* Change fluent-bit supply to package delivery

* Implement index cleanup every 30 days via lua script

* Implement index cleanup via exec on timer

* Optimize indexes update on version change

* Add a check that fluent-bit has installed successfully

* Add the dashboard location and authorization for it

* Move dashboards location to router

* Migration to opensearch in docspace.profiles.yml

* Replace the naming with dashboards

* Add password generation for /dashboards/
2024-04-17 15:08:49 +03:00
c565396a99
Delete kafka, zookeeper from docker env (#203)
* Delete kafka, zookeepre

* Del kafka, zoo from notify env

* Del kafka, zoo from docspace.yml env
2024-04-15 13:39:31 +03:00
Nasrullo Nurullaev
cf9a4afbdf
fix Bug 66211 - Fix issue with SSL renew (#197) 2024-04-15 13:25:12 +03:00
4923756298
Add static campaings to the package build (#201) 2024-04-15 12:24:55 +03:00
Nasrullo Nurullaev
20daca9cdc
Add static campaings to win (#202) 2024-04-15 12:22:48 +03:00