Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • B backend
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 19
    • Merge requests 19
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Notifications project
  • backend
  • Merge requests
  • !242

[#219] Resolve "Etcd: move security logs to opensearch"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Emmanuel Ormancey requested to merge 219-etcd-move-security-logs-to-opensearch into master Mar 17, 2023
  • Overview 5
  • Commits 8
  • Pipelines 8
  • Changes 6

Closes #219

  • created audit-opensearch.js that can replace audit.js
    • only auditIP is currently used, to audit-security-<instance>-YYYY.MM
  • Created index: https://es-notifications-audit1.cern.ch/dashboards/app/management/opensearch-dashboards/indexPatterns
  • Index names audit-<name>-<instance>-YYYY.MM to facilitate cleanup by month.
  • Cluster documentation: https://notifications-internal.docs.cern.ch/operations/es-auditing/

Requires new env variables:

OPENSEARCH_AUDITING=true
OPENSEARCH_HOST=https://es-notifications-audit1.cern.ch/es
# OPENSEARCH_PORT=443
OPENSEARCH_USER=audituser
OPENSEARCH_PASSWORD=fill-me
# dev / qa / prod
OPENSEARCH_SUFFIX=prod
Edited Mar 29, 2023 by Emmanuel Ormancey
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 219-etcd-move-security-logs-to-opensearch