https://github.com/hmcts/cnp-module-elk
https://github.com/hmcts/cnp-module-elk
jenkins-cft jenkins-cft-a-c team-platform
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hmcts/cnp-module-elk
- Owner: hmcts
- License: mit
- Created: 2018-07-18T14:11:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T18:13:16.000Z (3 months ago)
- Last Synced: 2025-02-28T02:09:45.628Z (3 months ago)
- Topics: jenkins-cft, jenkins-cft-a-c, team-platform
- Language: HCL
- Size: 286 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# cnp-module-elk
This repository contains the module that enables you to create an ElasticSearch cluster IaaS.
## Variables
### Configuration
The following parameters are required by the module
- `product` this is the name of the product or project i.e. probate, divorce etc.
- `location` this is the azure region for this service
- `env` this is used to differentiate the environments e.g dev, prod, test etc
- `common_tags` tags that need to be applied to every resource group, passed through by the jenkins-library### Output
The following values are provided by the module for use in other modules
- `loadbalancer` the host name which can be used to connect to Elastic
- `loadbalancerManual` the host name which can be used to connect to Elastic
- `kibana` the primary access key required to connect
- `jumpboxssh` the port on which Redis is running
- `elastic_resource_group_name` the name of the created azure elastic resource group
- `logstash_resource_group_name` the name of the created azure logstash resource group