Skip to content

Commit

Permalink
remove fluentd
Browse files Browse the repository at this point in the history
  • Loading branch information
mborne committed Aug 1, 2023
1 parent 4c430a9 commit 6db0c1c
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 202 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ This is my playground to learn and illustrate how to deploy application with [do
| [Kibana](kibana/README.md) | ELK - User Interface | ☑ | ☐ |
| [OpenSearch](opensearch/README.md) | Forked from [Elasticsearch](https://www.elastic.co/fr/elasticsearch/) by AWS | ☑ | ☑ |
| [Netdata](netdata/README.md) | A monitoring tool with an easy setup | ☑ | ☐ |
| [Fluend](fluentd/README.md) | An attempt to configure [Fluend](https://www.fluentd.org/) to collect containers logs | ☑ | ☐ |

### GeoSpatial services

Expand Down
1 change: 0 additions & 1 deletion fluentd/.env

This file was deleted.

12 changes: 0 additions & 12 deletions fluentd/Dockerfile

This file was deleted.

59 changes: 0 additions & 59 deletions fluentd/README.md

This file was deleted.

75 changes: 0 additions & 75 deletions fluentd/conf/fluent.conf

This file was deleted.

29 changes: 0 additions & 29 deletions fluentd/docker-compose.yml

This file was deleted.

19 changes: 0 additions & 19 deletions fluentd/helm/values-opensearch.yml

This file was deleted.

6 changes: 0 additions & 6 deletions opensearch/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ services:
- ${DEVBOX_PORT_PREFIX}9200:9200
# required for Performance Analyzer
- ${DEVBOX_PORT_PREFIX}9600:9600
# ensure it can start with global fluentd logging
logging:
driver: syslog
labels:
- "traefik.enable=true"
- "traefik.http.routers.os.rule=Host(`os.${DEVBOX_HOSTNAME}`)"
Expand All @@ -40,9 +37,6 @@ services:
environment:
- 'OPENSEARCH_HOSTS=["http://opensearch:9200"]'
- "DISABLE_SECURITY_DASHBOARDS_PLUGIN=true"
# ensure it can start with global fluentd logging
logging:
driver: syslog
labels:
- "traefik.enable=true"
- "traefik.http.routers.os-dashboard.rule=Host(`os-dashboard.${DEVBOX_HOSTNAME}`)"
Expand Down

0 comments on commit 6db0c1c

Please sign in to comment.