-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Edl enhancements #30664
Edl enhancements #30664
Changes from 3 commits
9b0b811
3b9e409
77002b1
1cb60f5
e582cba
34790e3
7c61b63
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,7 @@ configuration: | |
display: Indicator Query | ||
name: indicators_query | ||
type: 0 | ||
section: Collect | ||
advanced: true | ||
advanced: false | ||
required: false | ||
- additionalinfo: The format of the exported list. | ||
defaultvalue: PAN-OS (text) | ||
|
@@ -62,6 +61,8 @@ configuration: | |
type: 0 | ||
section: Connect | ||
required: false | ||
hidden: | ||
- marketplacev2 | ||
- additionalinfo: (For Cortex XSOAR 6.x) For use with HTTPS - the certificate that the service should use. (For Cortex XSOAR 8 and Cortex XSIAM) Custom certificates are not supported. | ||
display: Certificate (Required for HTTPS) | ||
name: certificate | ||
|
@@ -82,6 +83,8 @@ configuration: | |
type: 9 | ||
section: Connect | ||
required: false | ||
hidden: | ||
- marketplacev2 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Have you tested this? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
- additionalinfo: If selected, the comment "# Empty list" is added to an empty list. | ||
defaultvalue: 'true' | ||
display: Add comment to empty list | ||
|
@@ -251,8 +254,8 @@ configuration: | |
section: Connect | ||
advanced: true | ||
required: false | ||
- additionalinfo: 'This parameter will be deprecated from September 2023. Make sure to adjust your default queries accordingly..' | ||
display: 'Advanced: Use Legacy Queries (Deprecated)' | ||
- additionalinfo: 'When enabled, the integration queries the server using full queries (overwrites the "Exported Fields" parameter). Advanced configuration to be used only if instructed by Cortex XSOAR Support, or you have encountered log errors in the form of: msgpack: invalid code.' | ||
display: 'Advanced: Use Legacy Queries' | ||
name: use_legacy_query | ||
type: 8 | ||
section: Collect | ||
|
@@ -428,7 +431,7 @@ script: | |
- 'False' | ||
- 'True' | ||
description: Updates values stored in the List (only available On-Demand). | ||
dockerimage: demisto/flask-nginx:1.0.0.75066 | ||
dockerimage: demisto/flask-nginx:1.0.0.79973 | ||
longRunning: true | ||
longRunningPort: true | ||
script: '-' | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
#### Integrations | ||
|
||
##### Generic Export Indicators Service | ||
|
||
- Undeprecated the *Legacy Query* parameter. | ||
- Removed *Listen Port* and *credentials* parameters from cortex XSIAM. | ||
adi88d marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- Move out from `Advanced settings` the *query* parameter. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am not sure what this means? Is it no longer part of the Advanced settings but it is part of the regular settings? Was it just removed? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
- Updated the Docker image to: *demisto/flask-nginx:1.0.0.79973*. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove from Collect?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i reverted it