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
Enhancement
API returning AttributeCheckingError when using the attribute "sighted" in artifacts on alert creation. Error:
{"tableName":"alert","type":"AttributeCheckingError","errors":[{"name":"alert.artifacts","type":"UnknownAttributeError","message":"Unknown attribute alert.artifacts: {\"type\":\"JsonInputValue\",\"value\":{\"dataType\":\"ip\",\"data\":\"127.0.0.1\",\"message\":\"localhost\",\"ioc\":true,\"sighted\":true}}","value":{"type":"JsonInputValue","value":{"dataType":"ip","data":"127.0.0.1","message":"localhost","ioc":true,"sighted":true}}}]}
The text was updated successfully, but these errors were encountered:
sighted is probably not an attribute of Alert artifact in fact. We could allow it.
sighted
Alert
Sorry, something went wrong.
#1003 Add sighted in alert observable
80f699b
nadouani
To-om
No branches or pull requests
Request Type
Enhancement
Problem Description
API returning AttributeCheckingError when using the attribute "sighted" in artifacts on alert creation.
Error:
The text was updated successfully, but these errors were encountered: