-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Doppel solution #11459
Doppel solution #11459
Conversation
@microsoft-github-policy-service agree company="Doppel" |
…SVG, and updated IDs in Doppel workbook and connector files
Hello @anantm-metron,
|
Hi @v-prasadboke , Thanks for the review! I've addressed the comments as follows:
Let me know if you need further changes! |
Solutions/AbnormalSecurity/Data Connectors/Tests/soar_connector_async_v2_test.py
Dismissed
Show dismissed
Hide dismissed
Solutions/AbnormalSecurity/Data Connectors/Tests/soar_connector_async_v2_test.py
Dismissed
Show dismissed
Hide dismissed
Solutions/AbnormalSecurity/Data Connectors/Tests/soar_connector_async_v2_test.py
Dismissed
Show dismissed
Hide dismissed
Solutions/AbnormalSecurity/Data Connectors/Tests/soar_connector_async_v2_test.py
Dismissed
Show dismissed
Hide dismissed
syslog_ext[field] = ("{}{}{}".format(field,KVDelimiter,extenstion_data[field])) | ||
|
||
prefixes = syslog_header | ||
return_message = template.format(priority=syslog_header['priority'], version=syslog_header['version'],ISOTimeStamp=syslog_header['ISOTimeStamp'],hostName=syslog_header['hostName'],restofmessage=syslog_header['restofmessage'] ) |
Check warning
Code scanning / CodeQL
Unused named argument in formatting call Warning
format "{hostName} {restofmessage}"
Surplus named argument for string format. An argument named 'ISOTimeStamp' is provided, but it is not required by
format "{hostName} {restofmessage}"
Surplus named argument for string format. An argument named 'priority' is provided, but it is not required by
format "{hostName} {restofmessage}"
14b2c9a
to
2677da2
Compare
Hello @anantm-metron, I have added some permission in data connector |
Hello @anantm-metron, Please create a custom table schema for mentioned table in workbook |
…SVG, and updated IDs in Doppel workbook and connector files
…and Include color variants for Workbook Images for Doppel Solution.
3d3064b
to
5d46b8f
Compare
5d46b8f
to
d9c4c53
Compare
2c4e079
to
7a43ace
Compare
Required items, please complete
Change(s):
Connector_Doppel.json
DeployToAzure.json
Doppel.json
doppel.svg
Doppel_Logs.json
for sample data ingestion.Reason for Change(s):
Version Updated:
Testing Completed:
Checked that the validations are passing and have addressed any issues that are present: