Skip to content
Open
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: 5 additions & 0 deletions packages/miniflux/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Use the Miniflux integration to extract RSS feed content. Then visualize that da

For example, if you wanted to be notified for a new feed entry you could set up an alert.

## Agentless Enabled Integration

Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html).
Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features.

## Datastreams

This integration collects the following logs:
Expand Down
5 changes: 5 additions & 0 deletions packages/miniflux/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: Enable Agentless deployment.
type: enhancement
link: https://github.com/elastic/integrations/pull/1
- version: "1.0.1"
changes:
- description: Add missing request trace enabled default option.
Expand Down
5 changes: 5 additions & 0 deletions packages/miniflux/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Use the Miniflux integration to extract RSS feed content. Then visualize that da

For example, if you wanted to be notified for a new feed entry you could set up an alert.

## Agentless Enabled Integration

Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html).
Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features.

## Datastreams

This integration collects the following logs:
Expand Down
12 changes: 10 additions & 2 deletions packages/miniflux/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.3.5
name: miniflux
title: "Miniflux RSS reader"
version: 1.0.1
version: 1.1.0
source:
license: "Elastic-2.0"
description: Collect RSS feed content from the Miniflux API with Elastic Agent.
Expand All @@ -12,7 +12,7 @@ categories:
- web
conditions:
kibana:
version: "^8.17.4 || ^9.0.0"
version: "^8.19.4 || ~9.0.7 || ^9.1.4"
elastic:
subscription: "basic"
screenshots:
Expand All @@ -33,6 +33,14 @@ policy_templates:
- name: miniflux
title: Miniflux data
description: Collect Miniflux data.
deployment_modes:
default:
enabled: true
agentless:
enabled: true
organization: security
division: engineering
team: security-service-integrations
inputs:
- type: cel
title: Collect First EPSS data via API
Expand Down
Loading