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
TheHive does not recognize "thehive:log" datatype. For testing I wrote exactly the same code as there (thanks jordisk), but without success.
Some lines of code are different. Json file:
... "dataTypeList": ["thehive:log"], ...
The code:
... msg = self.get_param('data.message', None, 'message is missing') if self.data_type == 'thehive:log': self.report({'message': 'messageOK'}) else: self.error('Invalid dataType') ...
Responder is detected by cortex. Works well with other datatypes.
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Hello, please use the thehive:case_task_log instead.
thehive:case_task_log
Sorry, something went wrong.
@nadouani, thank you for quick answer!
No branches or pull requests
TheHive does not recognize "thehive:log" datatype. For testing I wrote exactly the same code as there (thanks jordisk), but without success.
Some lines of code are different.
Json file:
The code:
Responder is detected by cortex. Works well with other datatypes.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: