Skip to content
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

[servicenow] Add product version and remove logs from configuration page description. #11639

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/servicenow/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The ServiceNow integration can be used in three different modes to collect logs:

## Compatibility

This module has been tested against the latest (updated Aug 1, 2024) ServiceNow API.
This module has been tested with the latest(updated as of August 1, 2024) version of Xanadu on ServiceNow.

## Data streams

Expand Down
5 changes: 5 additions & 0 deletions packages/servicenow/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.1.1"
changes:
- description: Add product version and remove logs from decsription.
type: enhancement
link: https://github.com/elastic/integrations/pull/11639
- version: "0.1.0"
changes:
- description: Initial draft of the package.
Expand Down
4 changes: 2 additions & 2 deletions packages/servicenow/data_stream/event/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: logs
streams:
- input: cel
title: ServiceNow tables
description: Collect table logs from ServiceNow instance via API.
description: Collect tables from ServiceNow instance via API.
template_path: cel.yml.hbs
enabled: false
vars:
Expand Down Expand Up @@ -214,7 +214,7 @@ streams:
- input: aws-s3
template_path: aws-s3.yml.hbs
title: ServiceNow tables
description: Collect table logs from ServiceNow instance via AWS S3 or SQS.
description: Collect tables from ServiceNow instance via AWS S3 or SQS.
enabled: false
vars:
- name: collect_s3_logs
Expand Down
2 changes: 1 addition & 1 deletion packages/servicenow/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The ServiceNow integration can be used in three different modes to collect logs:

## Compatibility

This module has been tested against the latest (updated Aug 1, 2024) ServiceNow API.
This module has been tested with the latest(updated as of August 1, 2024) version of Xanadu on ServiceNow.

## Data streams

Expand Down
10 changes: 5 additions & 5 deletions packages/servicenow/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.2.1
name: servicenow
title: "ServiceNow"
version: 0.1.0
version: 0.1.1
description: "Collect logs from ServiceNow with Elastic Agent."
type: integration
categories:
Expand Down Expand Up @@ -71,11 +71,11 @@ policy_templates:
description: Collect ServiceNow logs.
inputs:
- type: cel
title: Collect ServiceNow table logs via API
description: Collect table logs from ServiceNow instance via API.
title: Collect ServiceNow tables via API
description: Collect tables from ServiceNow instance via API.
- type: aws-s3
title: Collect ServiceNow table logs via AWS S3 or AWS SQS
description: Collect table logs from ServiceNow instance via AWS S3 or AWS SQS.
title: Collect ServiceNow tables via AWS S3 or AWS SQS
description: Collect tables from ServiceNow instance via AWS S3 or AWS SQS.
owner:
github: elastic/security-service-integrations
type: elastic