Skip to content

Conversation

@anuj-s1
Copy link

@anuj-s1 anuj-s1 commented Jan 2, 2026

Jira Link: https://sentinelone.atlassian.net/browse/MAPPS-4798

🥅 Goal
Enable case-insensitive handling of input account configuration in the SDL Dataset Add-on for Splunk to eliminate the need for duplicate configuration objects.

Issue:
Splunk indexing is case-insensitive, but the SDL Dataset Add-on treated input account configuration values as case-sensitive. Due to this mismatch, customers were required to create multiple configuration objects with different casing to ensure proper token resolution, which is error-prone and not scalable.

🛠️ Solution
Updated the add-on logic to standardize and normalize input account configuration handling. The input account can now be searched and matched in a case-insensitive manner while still enforcing exact word matching, ensuring consistent behavior across different case formats without requiring duplicate configurations.

🏫 Testing
Validated the fix on a local Splunk instance by testing multiple input account configurations with varying case formats. Confirmed that all configurations correctly resolve to the intended token and that data ingestion works as expected without requiring duplicate configuration objects.

@anuj-s1 anuj-s1 changed the title trivial: [MAPPS-4798] normalize configuration input account for case-… [MAPPS-4798] normalize configuration input account for case-… Jan 5, 2026
@anuj-s1
Copy link
Author

anuj-s1 commented Jan 5, 2026

Adding test case evidence document :
Test Evidence for Ask-8 (SDL Dataset Add-on for Splunk).pdf

@mcgrail-s1
Copy link

Nice fix, thanks for this PR

Copy link

@mcgrail-s1 mcgrail-s1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

2 participants