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

Splunk Operator: Support defining Metrics Indexes #1423

Open
PrymalInstynct opened this issue Jan 25, 2025 · 1 comment
Open

Splunk Operator: Support defining Metrics Indexes #1423

PrymalInstynct opened this issue Jan 25, 2025 · 1 comment
Assignees

Comments

@PrymalInstynct
Copy link

PrymalInstynct commented Jan 25, 2025

Please select the type of request

Feature

Tell us more

Describe the request
Add support for defining a Metrics index via the Cluster Manager resource

Expected behavior
Parameters exist that allow a user to define an index as being for Metric type data

Splunk setup on K8S
N/A

Reproduction/Testing steps
N/A

K8s environment
N/A

Proposed changes(optional)
See Example below

spec:
  smartstore:
    defaults:
        volumeName: msos_s2s3_vol
    indexes:
      - name: linux_logs
        remotePath: $_index_name
        volumeName: msos_s2s3_vol
      - name: linux_metrics
        metrics: true
        remotePath: $_index_name
        volumeName: msos_s2s3_vol
    volumes:
      - name: msos_s2s3_vol
        path: <remote path>
        endpoint: <remote endpoint>
        secretRef: s3-secret

K8s collector data(optional)
N/A

Additional context(optional)
N/A

@vivekr-splunk
Copy link
Collaborator

@PrymalInstynct thank for raising this issue. we would suggest to use app-framework instead of smartstore. regarding your issue we will look into this and get back to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants