Basic Information

appmixer.logscale.core.SendEvents

1.0.0

Public

Send multiple events to CrowdStrike Falcon LogScale via the HTTP Event Collector ingestion API.

Input Ports

in

FieldTypeDescription
Events textarea Batch payload as a JSON array or newline-delimited JSON objects. Lines can be full HEC objects or plain event values wrapped as JSON. Example: [{"event": "login", "user": "john"}, {"event": "logout", "user": "jane"}] or one per line.
Source text Optional default origin designation applied to entries that do not already define source. Example: "prod-server-01" or "application-logs".
Type text Optional default parser or sourcetype value applied to entries that do not already define sourcetype. Example: "json", "syslog", "apache_access", or "csv".
Repository text Optional default repository name applied to entries that do not already define index. Example: "default", "security-logs", or "application-events".

Output Ports

out

FieldTypeDescription
Status Code -
Response Headers -
Response Body -
Events Count -
Request Body -

Full Metadata