Skip to content

Commit

Permalink
Remove ELK stack tooling I will not maintain
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed Jan 13, 2025
1 parent 6e425a8 commit ee4a6da
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 330 deletions.
15 changes: 0 additions & 15 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -589,24 +589,9 @@ docker-clean-volumes: docker-compose-clean docker-compose-container-group-clean

docker-refresh: docker-clean docker-compose

## Docker Development Environment with Elastic Stack Connected
docker-compose-elk: awx/projects docker-compose-sources
$(DOCKER_COMPOSE) -f tools/docker-compose/_sources/docker-compose.yml -f tools/elastic/docker-compose.logstash-link.yml -f tools/elastic/docker-compose.elastic-override.yml up --no-recreate

docker-compose-cluster-elk: awx/projects docker-compose-sources
$(DOCKER_COMPOSE) -f tools/docker-compose/_sources/docker-compose.yml -f tools/elastic/docker-compose.logstash-link-cluster.yml -f tools/elastic/docker-compose.elastic-override.yml up --no-recreate

docker-compose-container-group:
MINIKUBE_CONTAINER_GROUP=true $(MAKE) docker-compose

clean-elk:
docker stop tools_kibana_1
docker stop tools_logstash_1
docker stop tools_elasticsearch_1
docker rm tools_logstash_1
docker rm tools_elasticsearch_1
docker rm tools_kibana_1

VERSION:
@echo "awx: $(VERSION)"

Expand Down
121 changes: 0 additions & 121 deletions tools/elastic/README.md

This file was deleted.

49 changes: 0 additions & 49 deletions tools/elastic/docker-compose.elastic-override.yml

This file was deleted.

13 changes: 0 additions & 13 deletions tools/elastic/docker-compose.logstash-link-cluster.yml

This file was deleted.

7 changes: 0 additions & 7 deletions tools/elastic/docker-compose.logstash-link.yml

This file was deleted.

5 changes: 0 additions & 5 deletions tools/elastic/elasticsearch/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion tools/elastic/elasticsearch/config/.placeholder

This file was deleted.

1 change: 0 additions & 1 deletion tools/elastic/kibana/Dockerfile

This file was deleted.

93 changes: 0 additions & 93 deletions tools/elastic/kibana/config/kibana.yml

This file was deleted.

4 changes: 0 additions & 4 deletions tools/elastic/logstash/Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions tools/elastic/logstash/config/logstash.conf

This file was deleted.

0 comments on commit ee4a6da

Please sign in to comment.