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

Requirement test events if not mapped to any CIM DM are not ingested #540

Open
hsekowski-splunk opened this issue Feb 16, 2022 · 5 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@hsekowski-splunk
Copy link
Contributor

Example event:
<event code="" name="HttpSessionDestroyedContainerBackgroundProcessor" format=""> <transport type="modinput" sourcetype="jira:datacenter:security:log" source="/var/atlassian/application-data/jira/log/atlassian-jira-security.log" host="so1" /> <source> <jira id="" /> <comment>lab</comment> </source> <raw><![CDATA[2022-01-03 10:30:02,172+0000 ContainerBackgroundProcessor[StandardEngine[Catalina]] HttpSession [1abc2de] destroyed for 'someone']]></raw> <cim /> </event>

@hsekowski-splunk hsekowski-splunk added the bug Something isn't working label Feb 16, 2022
@hsekowski-splunk
Copy link
Contributor Author

Validation should still be applied to this kind of events - expected not mapping to any CIM DM

@nandinivij
Copy link
Contributor

nandinivij commented Feb 16, 2022

Requirement tests are built to test the event's CIM mapping and field extractions. We intentionally do not ingest the above data as we have nothing to test for these events.
By Validation do you mean ingestion success? or do we want to add field extraction not associated with CIM and validate them?

@hsekowski-splunk
Copy link
Contributor Author

@nandinivij ,
as stated above: expected not mapping to any CIM DM

@nandinivij
Copy link
Contributor

@hsekowski-splunk By Validation do you mean ingestion success? or do we want to add field extraction not associated with CIM and validate them?

If we are not looking to validate non-CIM fields. I don't see any benefits of ingesting events like the above.

@nandinivij
Copy link
Contributor

2 Enhancement cases :

  • Test CIM fields when no DM is given(Higher priority)
  • Test non-CIM field extractions (Schema changes needed)

@nandinivij nandinivij added the enhancement New feature or request label Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants