Skip to content

Commit

Permalink
packages/salesforce: Fix processor syntax issue when adding new ones (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shmsr authored Dec 15, 2024
1 parent af8b092 commit 53e2c5a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions packages/salesforce/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.0.1"
changes:
- description: Remove indentation from processors to avoid syntax error when adding new processors.
type: bugfix
link: https://github.com/elastic/integrations/pull/12097
- version: "1.0.0"
changes:
- description: GA release of the Salesforce integration.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ publisher_pipeline.disable_host: true
{{/contains}}

processors:
- add_fields:
target: salesforce
fields:
instance_url: {{instance_url}}
- add_fields:
target: salesforce
fields:
instance_url: {{instance_url}}
{{#if processors}}
{{processors}}
{{/if}}
2 changes: 1 addition & 1 deletion packages/salesforce/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.0.2
name: salesforce
title: Salesforce
version: "1.0.0"
version: "1.0.1"
description: |
Collect logs from Salesforce instances using the Elastic Agent. This integration enables monitoring and analysis of various Salesforce logs, including Login, Logout, Setup Audit Trail, and Apex execution logs. Gain insights into user activity, security events, and application performance.
type: integration
Expand Down

0 comments on commit 53e2c5a

Please sign in to comment.