Skip to content

Commit

Permalink
- fixed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ravikumar5555 committed Feb 12, 2025
1 parent b2f2349 commit 1430463
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 97 deletions.
93 changes: 0 additions & 93 deletions packages/admin_by_request_epm/LICENSE.txt

This file was deleted.

2 changes: 1 addition & 1 deletion packages/admin_by_request_epm/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- version: "0.0.1"
- version: "0.1.0"
changes:
- description: Initial release.
type: enhancement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ processors:
fields:
- admin_by_request_epm.auditlog
target_field: "_id"
on_failure:
- append:
field: error.message
value: 'Processor {{{_ingest.on_failure_processor_type}}} with tag {{{_ingest.on_failure_processor_tag}}} in pipeline {{{_ingest.on_failure_pipeline}}} failed with message: {{{_ingest.on_failure_message}}}'

####################
# Scripts for processing input #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ processors:
fields:
- admin_by_request_epm.events.id
target_field: "_id"
on_failure:
- append:
field: error.message
value: 'Processor {{{_ingest.on_failure_processor_type}}} with tag {{{_ingest.on_failure_processor_tag}}} in pipeline {{{_ingest.on_failure_pipeline}}} failed with message: {{{_ingest.on_failure_message}}}'


####################
####################
# Scripts for processing input #
####################
- script:
Expand Down
4 changes: 2 additions & 2 deletions packages/admin_by_request_epm/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
format_version: 3.3.0
name: admin_by_request_epm
title: Admin By Request EPM
version: 0.0.1
version: 0.1.0
source:
license: "Elastic-2.0"
description: "Admin By Request EPM is a solution for managing and monitoring privileged access to Windows and Mac computers. It enables real-time monitoring of privileged account access, session recordings, and password checkout patterns to help security teams maintain compliance and quickly identify potential privilege abuse."
type: integration
categories:
- custom
- security
conditions:
kibana:
version: "^8.15.3"
Expand Down

0 comments on commit 1430463

Please sign in to comment.