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

createst: Allow to exclude certain fields #2135

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Nancyenos
Copy link
Contributor

Ticket: #4062

Hey @catenacyber what do you think now? Its still excuding the nested fields and i have tried to include skip_fields...any advice

if isinstance(data, dict):
filtered_data = {}
for k, v in data.items():
full_key = f"{base_key}.{k}" if base_key else k
Copy link
Collaborator

Choose a reason for hiding this comment

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

Will we not compare "timestamp" and ".timestamp" ?

@catenacyber catenacyber added the framework Has a suricata-verify framework change label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework Has a suricata-verify framework change
Development

Successfully merging this pull request may close these issues.

2 participants