Content-Length: 279426 | pFad | http://github.com/UncoderIO/Uncoder_IO/commit/9186e6448a3643e7023430824fc2624a00b159cf

7E gis-9241 fix ArcsightKeyword cti · UncoderIO/Uncoder_IO@9186e64 · GitHub
Skip to content

Commit 9186e64

Browse files
committed
gis-9241 fix ArcsightKeyword cti
1 parent c868b92 commit 9186e64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

uncoder-core/app/translator/platforms/arcsight/renders/arcsight_cti.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
from app.translator.core.models.platform_details import PlatformDetails
22
from app.translator.core.render_cti import RenderCTI
33
from app.translator.managers import render_cti_manager
4-
from app.translator.platforms.arcsight.const import ARCSIGHT_QUERY_DETAILS
4+
from app.translator.platforms.arcsight.const import arcsight_query_details
55
from app.translator.platforms.arcsight.mappings.arcsight_cti import DEFAULT_ARCSIGHT_MAPPING
66

77

88
@render_cti_manager.register
99
class ArcsightKeyword(RenderCTI):
10-
details: PlatformDetails = PlatformDetails(**ARCSIGHT_QUERY_DETAILS)
10+
details: PlatformDetails = arcsight_query_details
1111

1212
default_mapping = DEFAULT_ARCSIGHT_MAPPING
13-
field_value_template: str = "{key} = {value}"
13+
field_value_template: str = '{key} = "{value}"'
1414
or_operator: str = " OR "
1515
group_or_operator: str = " OR "
1616
or_group: str = "{or_group}"

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/UncoderIO/Uncoder_IO/commit/9186e6448a3643e7023430824fc2624a00b159cf

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy