diff options
author | Bill Nottingham <notting@splat.cc> | 2021-04-30 20:14:38 +0200 |
---|---|---|
committer | Bill Nottingham <notting@splat.cc> | 2021-04-30 20:32:05 +0200 |
commit | c8cf28f266f674ea4cd0096886a0827f629cffac (patch) | |
tree | fc36dfa4e54af3a88e92b5cd71e708d47926a241 /tools/elastic/docker-compose.logstash-link-cluster.yml | |
parent | Merge pull request #10062 from shanemcd/fix-ee-cg (diff) | |
download | awx-c8cf28f266f674ea4cd0096886a0827f629cffac.tar.xz awx-c8cf28f266f674ea4cd0096886a0827f629cffac.zip |
Assorted renaming and string changes
Diffstat (limited to 'tools/elastic/docker-compose.logstash-link-cluster.yml')
-rw-r--r-- | tools/elastic/docker-compose.logstash-link-cluster.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/elastic/docker-compose.logstash-link-cluster.yml b/tools/elastic/docker-compose.logstash-link-cluster.yml index 12830cb7df..9b81ae976c 100644 --- a/tools/elastic/docker-compose.logstash-link-cluster.yml +++ b/tools/elastic/docker-compose.logstash-link-cluster.yml @@ -1,7 +1,7 @@ --- version: '2' services: - # Tower Development Cluster + # AWX Development Cluster tower_1: links: - logstash |