Skip to content

Commit e27758b

Browse files
authored
Merge branch 'main' into app_central_malware_oneview
2 parents 047fca2 + 16689c5 commit e27758b

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.clabot

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@
170170
"ishaanahuja29",
171171
"raunakmandaokar",
172172
"bradtho",
173-
"Misterjohnson87"
173+
"Misterjohnson87",
174+
"lol3909",
175+
"Hellfire4959"
174176
],
175177
"message": "Thank you for your contribution! As this is an open source project, we require contributors to sign our Contributor License Agreement and do not have yours on file. To proceed with your PR, please [sign your name here](https://forms.gle/YgLddrckeJaCdZYA6) and we'll add you to our approved list of contributors.",
176178
"label": "cla-signed",

docs/observability/sdo/jenkins-plugin-build-deploy-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: Learn how to send build and deploy events to Sumo Logic from Jenkin
88
## Prerequisites
99

1010
Use the latest [Sumo Logic Jenkins Plugin](https://plugins.jenkins.io/sumologic-publisher/#documentation)
11-
version of the plugin. You will be using [SumoUpload](https://github.com/SumoLogic/sumologic-jenkins-plugin#sumoupload)
11+
version of the plugin. You will be using [SumoUpload](https://github.com/jenkinsci/sumologic-publisher-plugin#sumoupload)
1212
function to send an event to Sumo Logic from your DevOps pipeline.
1313

1414
As an example: Upload a Key-Value map as JSON to Sumo Logic.

docs/platform-services/automation-service/app-central/integrations/crowdstrike-falcon.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
77

88
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/crowdstrike-falcon.png')} alt="crowdstrike-falcon" width="100"/>
99

10-
***Version: 1.10
11-
Updated: July 8, 2024***
10+
***Version: 1.10
11+
Updated: Oct 16, 2024***
1212

1313
The CrowdStrike Falcon integration allows you to pull and update Detections/Incidents, and search Incidents/Devices/Detections.
1414

@@ -53,6 +53,6 @@ EDR
5353
* March 21, 2023 (v1.5) - Logo updated
5454
* July 12, 2023 (v1.8) - Changed fields visibility
5555
* March 4, 2024 (v1.9) - Updated code for compatibility with Python 3.12
56-
* July 8, 2024 (v1.10) - Added new actions
56+
* October 16, 2024 (v1.10) - Added new actions
5757
+ Create Indicators
5858
+ Get Indicators

docs/send-data/collect-from-other-data-sources/sumo-logic-open-source-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following open-source solutions are collected in Sumo Logic’s GitHub repos
3939
| [Docker](https://github.com/SumoLogic/sumologic-collector-docker) | This repository offers several variants of Docker images to run the Sumo Logic Collector. When images are run, the Collector automatically registers with the Sumo Logic service and create sources based on a sumo-sources.json file. The Collector is configured ephemeral. |
4040
| [FluentD](https://github.com/SumoLogic/fluentd-output-sumologic) | This plugin sends logs or metrics to Sumo Logic via an HTTP endpoint. |
4141
| [JavaScript Logging SDK](https://github.com/SumoLogic/js-sumo-logger) | The JavaScript Logging SDK library enables you to send custom log messages to an HTTP Source without installing a Collector on your server. |
42-
| [Jenkins](https://github.com/SumoLogic/sumologic-jenkins-plugin) | A Sumo Logic Jenkins plugin. |
42+
| [Jenkins](https://github.com/jenkinsci/sumologic-publisher-plugin) | A Sumo Logic Jenkins plugin. |
4343
| [Kinesis](https://github.com/SumoLogic/sumologic-kinesis-connector) | The Kinesis-Sumologic Connector is a Java connector that acts as a pipeline between an Amazon Kinesis stream and a Sumo Logic Collector. Data is fetched from the Kinesis Stream, transformed into a POJO, and then sent to the Sumologic Collection as JSON. For complete details, see Sumo Logic App for Amazon VPC Flow Logs using Kinesis. |
4444
| [Logback appender](https://github.com/SumoLogic/sumologic-logback-appender) | This solution is a Logback appender that sends straight to Sumo Logic. |
4545
| [Logstash](https://github.com/SumoLogic/logstash-output-sumologic) | This solution is a Logstash Sumo Logic output plugin. |

0 commit comments

Comments
 (0)