UNCLASSIFIED - NO CUI

Skip to content

Resolve "Allow for Elasticsearch Virtual service to be created"

General MR

Summary

Adds a virtual service for elastic search

Testing Steps

  1. Checkout bigbang branch: update-elasticsearchkibana-tag-1.11.0-bb.1
  2. Add the following override:
elasticsearchKibana:
  enabled: true
  git:
    tag: null
    branch: "116-allow-elasticsearch-virtual-service-creation"
  sso:
    enabled: true
  values:
    istio:
      elasticsearch:
        enabled: true
eckOperator:
  enabled: true
fluentbit: 
  enabled: true
  1. Add elasticsearch.dev.bigbang.mil to host file.
  2. You should be able to hit elasticsearch.dev.bigbang.mil and get prompted for a username/password. No need to login.

Linked Issue

issue

Upgrade Notices

N/A

Edited by Dustin Hilgaertner

Merge request reports