Skip to content

Commit

Permalink
Roll back commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Feb 29, 2024
1 parent bcd60d5 commit 27d6634
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
3 changes: 2 additions & 1 deletion integrations/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ elastic
opensearch
splunk
common
config
config
docker/certs
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,10 @@ input {
}

output {

stdout
{
id => "standardOutputPipeline"
codec => rubydebug
}

#pipe
#{
# id => "securityLake"
# message_format => "%{_source}"
# ttl => "10"
# command => "/usr/bin/env python3 /usr/local/bin/stdin_to_securitylake.py -d"
#}

pipe {
id => "securityLake"
message_format => "%{_source}"
ttl => "10"
command => "/usr/bin/env python3 /usr/local/bin/stdin_to_securitylake.py -d"
}
}

0 comments on commit 27d6634

Please sign in to comment.