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

API not recognizing the attribute 'sighted' of artifacts on alert creation #1003

Closed
mgabriel-silva opened this issue Jun 5, 2019 · 1 comment
Assignees
Milestone

Comments

@mgabriel-silva
Copy link

mgabriel-silva commented Jun 5, 2019

Request Type

Enhancement

Problem Description

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}}}]}
@nadouani
Copy link
Contributor

sighted is probably not an attribute of Alert artifact in fact. We could allow it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants