|
12ae915932
|
chore(elk): increase maximum memory allocation to 4096 MB
Lint / lint (push) Successful in 9m14s
Terraform Plan and Apply / cicd (push) Successful in 1m31s
|
2025-01-30 00:24:04 +00:00 |
|
|
73b88013cc
|
chore(elk): reduce resource allocation for kibana
Lint / lint (push) Successful in 20s
Terraform Plan and Apply / cicd (push) Successful in 28s
|
2025-01-27 13:10:40 +00:00 |
|
|
44e637a994
|
chore(elk): adjust resource allocation for connector
* connector spends most of its time idling
|
2025-01-27 13:07:27 +00:00 |
|
|
138494ec6b
|
feat(elk): add wait parameters for nginx configuration reload
Lint / lint (push) Successful in 21s
Terraform Plan and Apply / cicd (push) Successful in 36s
|
2025-01-26 21:34:45 +00:00 |
|
|
f2cb4fd2a1
|
chore(elk): add memory_max to nodes
Lint / lint (push) Successful in 2m0s
Terraform Plan and Apply / cicd (push) Failing after 3m26s
|
2025-01-26 13:49:15 +00:00 |
|
|
bddd7c08d0
|
fix(elk): increase ephemeral disk size for elasticsearch from 100 to 128
Lint / lint (push) Successful in 47s
Terraform Plan and Apply / cicd (push) Successful in 1m46s
|
2025-01-18 17:09:36 +00:00 |
|
|
01af1a63cb
|
fix(elk): increase ephemeral disk size for elasticsearch from 10 to 100
Lint / lint (push) Successful in 1m13s
Terraform Plan and Apply / cicd (push) Failing after 1m49s
- fixes log storage (100 MB) must be less than requested disk capacity (10 MB)) error
|
2025-01-18 17:06:26 +00:00 |
|
|
76b5e0b767
|
feat(elk): use ephemeral disk for elasticsearch datastore
Lint / lint (push) Successful in 2m47s
Terraform Plan and Apply / cicd (push) Failing after 2m37s
|
2025-01-18 16:56:27 +00:00 |
|
|
4b131849e4
|
feat(elk): add volume for backups
Terraform Plan and Apply / cicd (push) Successful in 5m35s
Lint / lint (push) Failing after 14m50s
|
2025-01-17 21:16:30 +00:00 |
|
|
b362299b1c
|
feat(elk): add publicBaseUrl configuration for Elasticsearch
|
2024-12-24 01:43:00 +00:00 |
|
|
df2fa66eea
|
fix(elk): add CA certificate binding and template for connectors
|
2024-12-23 20:26:10 +00:00 |
|
|
b140ad0ba5
|
fix(elk): remove unnecessary escape characters in connector configuration
|
2024-12-23 19:36:40 +00:00 |
|
|
48f7cb7da3
|
feat(elk): add connector task
|
2024-12-23 19:34:49 +00:00 |
|
|
6d930a3d12
|
fix(elk): update service range queries to include unhealthy services
|
2024-12-21 22:38:33 +00:00 |
|
|
0ee175d00c
|
refactor(elk): comment out health check configuration in jobspec
|
2024-12-21 22:36:54 +00:00 |
|
|
e03315494c
|
fix(elk): change health check port from 'web' to 'http'
|
2024-12-21 22:19:31 +00:00 |
|
|
729d709f85
|
fix(elk): update health check path to wait for yellow status
|
2024-12-21 22:18:34 +00:00 |
|
|
381a9973bf
|
feat(elk): add health checks for Elasticsearch and Kibana services
|
2024-12-21 22:16:55 +00:00 |
|
|
ddfb2c16ca
|
Revert "fix(elk): update Elasticsearch host configuration to use load balancer"
Kibana doesn't have access to the consul DNS.
This reverts commit c0ea71da15 .
|
2024-12-21 22:02:31 +00:00 |
|
|
e65630e4c0
|
refactor(elk): remove distinct_hosts constraint from kibana
|
2024-12-21 21:52:28 +00:00 |
|
|
ee14d76fd3
|
fix(elk): add change_mode and change_signal configurations to Nginx job spec
|
2024-12-21 21:52:16 +00:00 |
|
|
c0ea71da15
|
fix(elk): update Elasticsearch host configuration to use load balancer
|
2024-12-21 21:51:59 +00:00 |
|
|
191312d023
|
fix(elk): remove change_mode configuration from Kibana template
|
2024-12-21 21:48:36 +00:00 |
|
|
1310929d6e
|
refactor(elk): remove initial_master_nodes configuration
|
2024-12-21 21:29:48 +00:00 |
|
|
4bad851b0d
|
refactor(elk): streamline service definitions and enhance network configuration for Elasticsearch
|
2024-12-21 21:26:46 +00:00 |
|
|
03affef08f
|
feat(elk): enhance service configuration for Elasticsearch with new transport and HTTP services
|
2024-12-20 03:40:59 +00:00 |
|
|
f60a3d3d38
|
fix(elk): change transport port configuration to static allocation
|
2024-12-19 13:47:19 +00:00 |
|
|
d7f8939bad
|
feat(elk): add Elasticsearch configuration template and bind mount for elasticsearch.yml
|
2024-12-19 13:47:11 +00:00 |
|
|
5ca5fac50b
|
feat(elk): change transport port configuration to use dynamic allocation
|
2024-12-19 13:08:37 +00:00 |
|
|
68cb782059
|
feat(elk): use dynamic external port allocation for http
- communication should go through ingress group
|
2024-12-19 10:14:32 +00:00 |
|
|
66c258aabc
|
fix(elk): update inbound port from 8080 to 9200 for es nodes
- this is the standard port for http es
- services can now connect on the standard port with service discovery from outside the cluster
|
2024-12-19 02:33:03 +00:00 |
|
|
cfb99179b6
|
feat(elk): enhance service configuration with Consul integration
|
2024-12-19 02:04:39 +00:00 |
|
|
13e605f5ca
|
fix(elk): update Elasticsearch service reference in jobspec
|
2024-12-18 17:57:54 +00:00 |
|
|
9776ac0228
|
feat(elk): loosen kibanas SSL verification mode
|
2024-12-18 17:55:59 +00:00 |
|
|
9f52edfbd6
|
fix(elk): remove redundant end block in template
|
2024-12-18 17:51:45 +00:00 |
|
|
979648be04
|
feat(elk): add Kibana configuration and environment variable templates
|
2024-12-18 17:50:00 +00:00 |
|
|
2e8803d803
|
feat(elk): update Traefik service configuration for Elasticsearch
|
2024-12-18 16:48:55 +00:00 |
|
|
653e1ff4b6
|
feat(elk): fix Traefik rootCAs configuration syntax
|
2024-12-18 16:33:05 +00:00 |
|
|
52f7c45224
|
feat(elk): update port configuration for tiebreaker service
- use named ports now that we don't need to work with consul connect
|
2024-12-18 16:09:06 +00:00 |
|
|
59c31020fb
|
feat(elk): adjust resource allocation for tiebreaker
|
2024-12-18 16:07:15 +00:00 |
|
|
3ab10b3fb8
|
feat(elk): remove bridge mode from network configuration
- bridge mode is no longer needed
|
2024-12-18 15:58:34 +00:00 |
|
|
c97a558353
|
feat(elk): add Traefik configuration for Elasticsearch service
|
2024-12-18 15:43:40 +00:00 |
|
|
82b6c016d3
|
feat(elk): remove consul connect configuration
- elk nodes don't use consul service discovery
|
2024-12-18 15:08:07 +00:00 |
|
|
212c719d14
|
feat(elk): repurpose Neto node to tiebreaker
|
2024-12-18 15:01:27 +00:00 |
|
|
e798fead7c
|
style(elk): clean up whitespace and formatting in job specification
|
2024-12-17 13:56:37 +00:00 |
|
|
32c6b85d4f
|
feat(elk): update job specification to include unicast hosts
|
2024-12-17 13:56:37 +00:00 |
|
|
480c09d741
|
Revert "feat(elk): repurpose Neto node to tiebreaker"
This reverts commit 5edcb7d27502e18d72c14aa092def249f23dc849.
|
2024-12-17 13:56:37 +00:00 |
|
|
db35c2c1fc
|
Revert "feat(elk): add elastic-connectors task to job specification"
This reverts commit b0f4309f510878322dc5513394df276977f40e7f.
|
2024-12-17 13:56:37 +00:00 |
|
|
67925c60cb
|
fix(elk): disable certificate verification for Elasticsearch connection
|
2024-12-17 13:56:36 +00:00 |
|
|
9ea461cac5
|
fix(elk): correct typo in job specification for target path
|
2024-12-17 13:56:36 +00:00 |
|