Skip to content
Merged
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
5 changes: 4 additions & 1 deletion packages/fortinet/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Fortinet Integration
# Fortinet Integration (Deprecated)

_This integration is deprecated. Please use one of the other Fortinet integrations
that are specific to a Fortinet product._

This integration is for Fortinet [FortiOS](https://docs.fortinet.com/product/fortigate/6.2) and [FortiClient](https://docs.fortinet.com/product/forticlient/) Endpoint logs sent in the syslog format. It includes the following datasets for receiving logs:

Expand Down
5 changes: 5 additions & 0 deletions packages/fortinet/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.8.1"
changes:
- description: Deprecating Fortinet package in favor of new product specific packages
type: enhancement
link: https://github.com/elastic/integrations/pull/3819
- version: "1.8.0"
changes:
- description: Update package to ECS 8.4.0
Expand Down
5 changes: 4 additions & 1 deletion packages/fortinet/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Fortinet Integration
# Fortinet Integration (Deprecated)

_This integration is deprecated. Please use one of the other Fortinet integrations
that are specific to a Fortinet product._

This integration is for Fortinet [FortiOS](https://docs.fortinet.com/product/fortigate/6.2) and [FortiClient](https://docs.fortinet.com/product/forticlient/) Endpoint logs sent in the syslog format. It includes the following datasets for receiving logs:

Expand Down
4 changes: 2 additions & 2 deletions packages/fortinet/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: fortinet
title: Fortinet
version: "1.8.0"
version: "1.8.1"
release: ga
description: Collect logs from Fortinet instances with Elastic Agent.
description: Deprecated. Collect logs from Fortinet instances with Elastic Agent.
type: integration
format_version: 1.0.0
license: basic
Expand Down
5 changes: 5 additions & 0 deletions packages/fortinet_forticlient/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.1.0"
changes:
- description: Update Ingest Pipeline with observer Fields
type: enhancement
link: https://github.com/elastic/integrations/pull/3819
- version: "1.0.0"
changes:
- description: Initial version of Fortinet FortiClient as separate package
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ tags:
{{#each tags as |tag i|}}
- {{tag}}
{{/each}}
fields_under_root: true
fields:
observer:
vendor: "Fortinet"
product: "FortiClient"
type: "Anti-Virus"
{{#contains "forwarded" tags}}
publisher_pipeline.disable_host: true
{{/contains}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ tags:
{{#each tags as |tag i|}}
- {{tag}}
{{/each}}
fields_under_root: true
fields:
observer:
vendor: "Fortinet"
product: "FortiClient"
type: "Anti-Virus"
{{#contains "forwarded" tags}}
publisher_pipeline.disable_host: true
{{/contains}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ tags:
{{#each tags as |tag i|}}
- {{tag}}
{{/each}}
fields_under_root: true
fields:
observer:
vendor: "Fortinet"
product: "FortiClient"
type: "Anti-Virus"
{{#contains "forwarded" tags}}
publisher_pipeline.disable_host: true
{{/contains}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
---
description: Pipeline for Fortinet FortiClient Endpoint Security

processors:
- set:
field: ecs.version
value: '8.3.0'
- set:
field: observer.vendor
value: Fortinet
- set:
field: observer.product
value: FortiClient
- set:
field: observer.type
value: anti-virus
# User agent
- user_agent:
field: user_agent.original
Expand Down
2 changes: 1 addition & 1 deletion packages/fortinet_forticlient/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fortinet_forticlient
title: Fortinet FortiClient Logs
version: 1.0.0
version: 1.1.0
release: ga
description: Collect logs from Fortinet FortiClient instances with Elastic Agent.
type: integration
Expand Down
5 changes: 5 additions & 0 deletions packages/fortinet_fortigate/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.2.0"
changes:
- description: Update Ingest Pipeline with observer Fields
type: enhancement
link: https://github.com/elastic/integrations/pull/3819
- version: "1.1.0"
changes:
- description: Add dashboard.
Expand Down
2 changes: 1 addition & 1 deletion packages/fortinet_fortigate/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fortinet_fortigate
title: Fortinet FortiGate Firewall Logs
version: 1.1.0
version: 1.2.0
release: ga
description: Collect logs from Fortinet FortiGate firewalls with Elastic Agent.
type: integration
Expand Down
5 changes: 5 additions & 0 deletions packages/fortinet_fortimail/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.1.0"
changes:
- description: Update Ingest Pipeline with observer Fields
type: enhancement
link: https://github.com/elastic/integrations/pull/3819
- version: "1.0.0"
changes:
- description: Initial version of Fortinet FortiMail as separate package
Expand Down
Loading