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: 5 additions & 0 deletions packages/logstash/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.3.3"
changes:
- description: Introduce Logstash node dashboards into integration package
type: enhancement
link: https://github.com/elastic/integrations/pull/7704
- version: "2.3.2"
changes:
- description: Add missing event fields field mapping
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions packages/logstash/kibana/index_pattern/logstash-sm-metrics.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"attributes": {
"fieldAttrs": "{}",
"fieldFormatMap": "{}",
"fields": "[]",
"name": "Logstash Stack Monitoring Metrics",
"runtimeFieldMap": "{}",
"sourceFilters": "[]",
"timeFieldName": "@timestamp",
"title": "metrics-*,metricbeat-*,.monitoring-*",
"typeMeta": "{}"
},
"coreMigrationVersion": "8.7.1",
"created_at": "2023-09-08T14:33:56.176Z",
"id": "logstash-sm-metrics",
"migrationVersion": {
"index-pattern": "8.0.0"
},
"references": [],
"type": "index-pattern",
"updated_at": "2023-09-08T14:33:56.176Z",
"version": "WzEwNzMsMV0="
}
4 changes: 2 additions & 2 deletions packages/logstash/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: logstash
title: Logstash
version: 2.3.2
version: 2.3.3
description: Collect logs and metrics from Logstash with Elastic Agent.
type: integration
icons:
Expand All @@ -12,7 +12,7 @@ format_version: 1.0.0
license: basic
categories: ["elastic_stack"]
conditions:
kibana.version: ^8.5.0
kibana.version: ^8.7.1
owner:
github: elastic/infra-monitoring-ui
screenshots:
Expand Down