Skip to content

Commit 594c661

Browse files
author
oleksandr.volha
committed
resolve conflicts
2 parents 1ffa80c + 68d3e0e commit 594c661

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

uncoder-core/app/translator/mappings/platforms/palo_alto_cortex/dns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ field_mapping:
1111
dns_query_name: xdm.network.dns.dns_question.name
1212
QueryName: xdm.network.dns.dns_question.name
1313
query: xdm.network.dns.dns_question.name
14-
dns-record-type: xdm.network.dns.dns_question.type
14+
dns-record-type: xdm.network.dns.dns_question.type

uncoder-core/app/translator/mappings/platforms/qradar/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ field_mapping:
7575
EventSeverity: EventSeverity
7676
Source:
7777
- Source
78-
- source
78+
- source

uncoder-core/app/translator/platforms/palo_alto/renders/cortex_xsiam.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
}
5151

5252

53+
5354
class CortexXQLFieldValueRender(BaseFieldValueRender):
5455
details: PlatformDetails = cortex_xql_query_details
5556
str_value_manager = cortex_xql_str_value_manager

0 commit comments

Comments
 (0)