Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Docker Compose files #259

Closed
2 tasks done
AlexRuiz7 opened this issue Jun 7, 2024 · 0 comments · Fixed by #296
Closed
2 tasks done

Rename Docker Compose files #259

AlexRuiz7 opened this issue Jun 7, 2024 · 0 comments · Fixed by #296
Assignees
Labels
level/task Task issue request/operational Operational requests type/enhancement Enhancement issue

Comments

@AlexRuiz7
Copy link
Member

AlexRuiz7 commented Jun 7, 2024

Description

Related issue: #250

We currently name the Docker Compose files after the project name, for example, elastic.yml or amazon-security-lake.yml. This naming can lead to confusion, as the settings files do also follow this convention. This is particularly clear in the case of our OpenSearch integration:

  • docker/opensearch.yml (Docker Compose)
  • opensearch/opensearch.yml (Configuration file)

To solve that, and to comply with the most recent preferred naming convention, we want to rename these file with the compose prefix, as follows:

  • compose.opensearch.yml
  • compose.elastic.yml
  • compose.splunk.yml
  • compose.amazon-security-lake.yml
  • ...

Tasks

  • Rename files.
  • Update READMEs and other references to these files.
@AlexRuiz7 AlexRuiz7 added level/task Task issue request/operational Operational requests type/enhancement Enhancement issue labels Jun 7, 2024
@f-galland f-galland self-assigned this Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue request/operational Operational requests type/enhancement Enhancement issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants