HelloWorldEventCollector
This is the Hello World event collector integration for Cortex XSIAM.
Analytics & SIEM · HelloWorld
Details
| ID | HelloWorldEventCollector |
|---|---|
| Provider | Open Source |
| Category | Analytics & SIEM |
| From Version | 8.4.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Supported Modules | Agentix XSIAM Exposure Management |
README
This is the Hello World event collector integration for XSIAM.
This is the default integration for this content pack when configured by the Data Onboarder in Cortex XSIAM.
Configure HelloWorld Event Collector on Cortex XSOAR
- Navigate to Settings > Integrations > Servers & Services.
- Search for HelloWorld Event Collector.
-
Click Add instance to create and configure a new integration instance.
Parameter Required Server URL False Fetch alerts with status (ACTIVE, CLOSED) False Max number of events per fetch False Trust any certificate (not secure) False Use system proxy settings False - Click Test to validate the URLs, token, and connection.
Commands
You can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.
hello-world-get-events
Gets events from Hello World.
Base Command
hello-world-get-events
Input
| Argument Name | Description | Required |
|---|---|---|
| should_push_events | If true, the command will create events, otherwise it will only display them. Possible values are: true, false. Default is false. | Required |
| status | Filter by alert status. Possible values are: ACTIVE, CLOSED. | Optional |
| limit | Maximum number of results to return. | Required |
| from_date | Date from which to get events. | Optional |
Context Output
There is no context output for this command.
Configuration parameters
url— Server URLalert_status— Fetch alerts with status (ACTIVE, CLOSED)max_events_per_fetch— Max number of events per fetchinsecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (1)
-
hello-world-get-eventsGets events from Hello World.
category: Analytics & SIEM provider: Open Source sectionorder: - Connect - Collect commonfields: id: HelloWorldEventCollector version: -1 configuration: - defaultvalue: https://test.com display: Server URL name: url required: false type: 0 section: Connect - defaultvalue: ACTIVE section: Collect display: Fetch alerts with status (ACTIVE, CLOSED) name: alert_status options: - ACTIVE - CLOSED required: false type: 15 - defaultvalue: 10000 section: Collect display: Max number of events per fetch name: max_events_per_fetch required: false type: 0 - display: Trust any certificate (not secure) name: insecure required: false type: 8 section: Connect - display: Use system proxy settings name: proxy required: false type: 8 section: Connect description: This is the Hello World event collector integration for Cortex XSIAM. display: HelloWorld Event Collector name: HelloWorldEventCollector script: commands: - arguments: - auto: PREDEFINED defaultValue: 'false' description: If true, the command will create events, otherwise it will only display them. isArray: false name: should_push_events predefined: - 'true' - 'false' required: true - auto: PREDEFINED default: false description: Filter by alert status. isArray: false name: status predefined: - ACTIVE - CLOSED required: false secret: false - default: false description: Maximum number of results to return. isArray: false name: limit required: true secret: false - default: false description: Date from which to get events. name: from_date required: false deprecated: false description: Gets events from Hello World. execution: false name: hello-world-get-events dockerimage: demisto/python3:3.12.13.10116658 isfetchevents: true runonce: false script: '-' subtype: python3 type: python marketplaces: - marketplacev2 - platform fromversion: 8.4.0 tests: - No tests (auto formatted) supportedModules: - xsiam