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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy