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/infoblox_nios/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.3.1"
changes:
- description: Fix config page options for file inputs.
type: bugfix
link: https://github.com/elastic/integrations/pull/4233
- version: "1.3.0"
changes:
- description: Allow configuration of timezone.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
service: infoblox_nios-log-logfile
input: logfile
vars:
paths:
- "{{SERVICE_LOGS_DIR}}/*.log"
data_stream:
vars:
paths:
- "{{SERVICE_LOGS_DIR}}/*.log"
preserve_original_event: true
6 changes: 0 additions & 6 deletions packages/infoblox_nios/data_stream/log/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ streams:
description: Collect Infoblox NIOS logs via file input.
template_path: log.yml.hbs
vars:
- name: paths
type: text
title: Paths
multi: true
required: true
show_user: true
- name: tags
type: text
title: Tags
Expand Down
6 changes: 3 additions & 3 deletions packages/infoblox_nios/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: infoblox_nios
title: Infoblox NIOS
version: "1.3.0"
version: "1.3.1"
license: basic
description: Collect logs from Infoblox NIOS with Elastic Agent.
type: integration
Expand Down Expand Up @@ -33,8 +33,8 @@ policy_templates:
multi: true
required: true
show_user: true
title: Infoblox NIOS logs
description: Collect Infoblox NIOS logs via file input.
title: Collect logs from Infoblox NIOS via File input
description: Collecting syslog from Infoblox NIOS via File input.
- type: tcp
vars:
- name: listen_address
Expand Down