Skip to content

Commit

Permalink
working version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Mar 14, 2024
1 parent 04eeba4 commit 02e9e46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Squid SNMP collector to run at UC
# ServiceX logstash collector to run at UC

[![Build Squid Logstash dockerhub image](https://github.com/ATLAS-Analytics/uc_ls_collectors/actions/workflows/squid.yaml/badge.svg)](https://github.com/ATLAS-Analytics/uc_ls_collectors/actions/workflows/squid.yaml)
[![Build ServiceX Logstash dockerhub image](https://github.com/ATLAS-Analytics/uc_ls_collectors/actions/workflows/servicex.yaml/badge.svg)](https://github.com/ATLAS-Analytics/uc_ls_collectors/actions/workflows/servicex.yaml)
10 changes: 3 additions & 7 deletions configs/servicex.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,16 @@ input {
}

filter {
# json {
# source => "message"
# remove_field => [ "message", "logger_name", "port", "type" ]
# }
mutate{
remove_field => [ "logger_name", "port", "type" ]
}
}

output {

stdout {
codec => rubydebug
}
# stdout {
# codec => rubydebug
# }

if "_jsonparsefailure" in [tags] {
file {
Expand Down

0 comments on commit 02e9e46

Please sign in to comment.