Skip to content

Commit

Permalink
Revert "Add third-party REST API (#545)"
Browse files Browse the repository at this point in the history
This reverts commit 399e8b0.
  • Loading branch information
leehinman authored Mar 11, 2021
1 parent 2d0e5f7 commit d1d716d
Show file tree
Hide file tree
Showing 91 changed files with 11 additions and 6,202 deletions.
78 changes: 0 additions & 78 deletions packages/apache/data_stream/access/agent/stream/httpjson.yml.hbs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ processors:
ignore_missing: true
patterns:
- ^(%{IP:source.ip}|%{HOSTNAME:source.domain})$
- remove:
field: event.created
ignore_missing: true
ignore_failure: true
- rename:
field: '@timestamp'
target_field: event.created
Expand Down
26 changes: 0 additions & 26 deletions packages/apache/data_stream/access/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,3 @@ streams:
template_path: log.yml.hbs
title: Apache access logs
description: Collect Apache access logs
- input: httpjson
title: Apache access logs via Splunk Enterprise REST API
description: Collect apache access logs via Splunk Enterprise REST API
enabled: false
template_path: httpjson.yml.hbs
vars:
- name: interval
type: text
title: Interval to query Splunk Enterprise REST API
description: Go Duration syntax (eg. 10s)
show_user: true
required: true
default: 10s
- name: search
type: text
title: Splunk search string
show_user: true
required: true
default: "search sourcetype=\"access*\""
- name: tags
type: text
title: Tags
multi: true
show_user: false
default:
- forwarded
78 changes: 0 additions & 78 deletions packages/apache/data_stream/error/agent/stream/httpjson.yml.hbs

This file was deleted.

26 changes: 0 additions & 26 deletions packages/apache/data_stream/error/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,3 @@ streams:
template_path: log.yml.hbs
title: Apache error logs
description: Collect Apache error logs
- input: httpjson
title: Apache error logs via Splunk Enterprise REST API
description: Collect apache error logs via Splunk Enterprise REST API
enabled: false
template_path: httpjson.yml.hbs
vars:
- name: interval
type: text
title: Interval to query Splunk Enterprise REST API
description: Go Duration syntax (eg. 10s)
show_user: true
required: true
default: 10s
- name: search
type: text
title: Splunk search string
show_user: true
required: true
default: search sourcetype=apache:error OR sourcetype=apache_error
- name: tags
type: text
title: Tags
multi: true
show_user: false
default:
- forwarded
32 changes: 2 additions & 30 deletions packages/apache/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
format_version: 1.0.0
name: apache
title: Apache
version: 0.4.0
version: 0.3.4
license: basic
description: Apache Integration
type: integration
categories:
- web
release: experimental
conditions:
kibana.version: '^7.12.0'
kibana.version: '^7.11.0'
screenshots:
- src: /img/apache-metrics-overview.png
title: Apache metrics overview
Expand All @@ -32,34 +32,6 @@ policy_templates:
- type: logfile
title: Collect logs from Apache instances
description: Collecting Apache access and error logs
- type: httpjson
title: Collect logs from third-party REST API (experimental)
description: Collect logs from third-party REST API (experimental)
vars:
- name: url
type: text
title: URL of Splunk Enterprise Server
description: i.e. scheme://host:port, path is automatic
show_user: true
required: true
default: https://server.example.com:8089
- name: username
type: text
title: Splunk REST API Username
show_user: true
required: true
- name: password
type: password
title: Splunk REST API Password
required: true
show_user: true
- name: ssl
type: yaml
title: SSL Configuration
description: i.e. certificate_authorities, supported_protocols, verification_mode etc.
multi: false
required: false
show_user: false
- type: apache/metrics
title: Collect metrics from Apache instances
description: Collecting Apache status metrics
Expand Down
70 changes: 0 additions & 70 deletions packages/aws/data_stream/cloudtrail/agent/stream/httpjson.yml.hbs

This file was deleted.

26 changes: 0 additions & 26 deletions packages/aws/data_stream/cloudtrail/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,3 @@ streams:
required: false
show_user: false
description: Enabling this option changes the service name from `s3` to `s3-fips` for connecting to the correct service endpoint.
- input: httpjson
title: AWS CloudTrail logs via Splunk Enterprise REST API
description: Collect AWS CloudTrail logs via Splunk Enterprise REST API
enabled: false
template_path: httpjson.yml.hbs
vars:
- name: interval
type: text
title: Interval to query Splunk Enterprise REST API
description: Go Duration syntax (eg. 10s)
show_user: true
required: true
default: 10s
- name: search
type: text
title: Splunk search string
show_user: true
required: true
default: "search sourcetype=aws:cloudtrail"
- name: tags
type: text
title: Tags
multi: true
show_user: false
default:
- forwarded
Loading

0 comments on commit d1d716d

Please sign in to comment.