We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tenable_sc doesn't have a field mapping for event.created, it should be type date.
event.created
event.created is added by httpjson input, we should double check that all integrations that use httpjson have event.created mapped correctly.
https://github.com/elastic/beats/blob/ea65707e2f220ed33f4242b7d547dca50d9c261d/x-pack/filebeat/input/httpjson/input.go#L219
The text was updated successfully, but these errors were encountered:
Pinging @elastic/security-external-integrations (Team:Security-External Integrations)
Sorry, something went wrong.
Relates: elastic/elastic-package#147
efd6
Successfully merging a pull request may close this issue.
tenable_sc doesn't have a field mapping for
event.created
, it should be type date.event.created
is added by httpjson input, we should double check that all integrations that use httpjson have event.created mapped correctly.https://github.com/elastic/beats/blob/ea65707e2f220ed33f4242b7d547dca50d9c261d/x-pack/filebeat/input/httpjson/input.go#L219
The text was updated successfully, but these errors were encountered: